| java.lang.Object org.depunit.DepLink org.depunit.TestMethod
Method Summary | |
public void | addCleanupDependencies(Map<String, TestMethod> methods) This runs through all the soft dependencies again to make sure the observer
is set. | public void | addCleanupMethod(String method) | public void | addHardDependency(String method) | public void | addSoftDependency(String method) | public synchronized void | blockNRun() | public void | callMethod(Map<String, Object> runParams) | public void | gatherCleanupDependencies(Map<String, TestMethod> methods) If this method is a cleaup method then it will find all the methods that
depend on the setup method. | public List<String> | getCleanupMethods() | public String | getFullName() | public String[] | getGroups() | public List<String> | getHardDependencies() | public String | getMethodName() | public List<String> | getSoftDependencies() | public String | getStatus() | public TestClass | getTestClass() | public int | hashCode() | public boolean | isProcessMethod() | public String | printStack(Throwable t) | public void | reportStatus(Document doc, Element test) | public synchronized void | resetStatus() | public void | resolveCleanupMethods(Map<String, TestMethod> methods) | public void | resolveDependencies(Map<String, List<TestMethod>> groupBucket, Map<String, TestMethod> methods) | public synchronized void | setStatus(String status) | public void | skipMethod(Map<String, Object> runParams) | public String | toString() | public synchronized void | update(Observable o, Object arg) | public void | yourMyCleanupMethod(String setupMethod) |
STATUS_NOT_RAN | final public static String STATUS_NOT_RAN(Code) | | |
STATUS_SKIPPED | final public static String STATUS_SKIPPED(Code) | | |
STATUS_SUCCESS | final public static String STATUS_SUCCESS(Code) | | |
addCleanupDependencies | public void addCleanupDependencies(Map<String, TestMethod> methods)(Code) | | This runs through all the soft dependencies again to make sure the observer
is set. Additional dependencies may have been added durring the call to
gatherCleanupDependencies
|
addCleanupMethod | public void addCleanupMethod(String method)(Code) | | |
addHardDependency | public void addHardDependency(String method)(Code) | | |
addSoftDependency | public void addSoftDependency(String method)(Code) | | |
blockNRun | public synchronized void blockNRun()(Code) | | |
gatherCleanupDependencies | public void gatherCleanupDependencies(Map<String, TestMethod> methods)(Code) | | If this method is a cleaup method then it will find all the methods that
depend on the setup method.
|
hashCode | public int hashCode()(Code) | | |
isProcessMethod | public boolean isProcessMethod()(Code) | | |
resetStatus | public synchronized void resetStatus()(Code) | | |
setStatus | public synchronized void setStatus(String status)(Code) | | |
yourMyCleanupMethod | public void yourMyCleanupMethod(String setupMethod)(Code) | | |
|
|