public class RunsLifeCycle extends java.lang.Object implements TestCase, TestLifeCycle
| Modifier and Type | Field and Description |
|---|---|
static DynamicVariable<ByRef<java.lang.Boolean>> |
_tearDownCalled |
| Constructor and Description |
|---|
RunsLifeCycle() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
boolean |
setupCalled() |
void |
tearDown() |
void |
testMethod() |
public static DynamicVariable<ByRef<java.lang.Boolean>> _tearDownCalled
public void setUp()
setUp in interface TestLifeCyclepublic void tearDown()
tearDown in interface TestLifeCyclepublic boolean setupCalled()
public void testMethod()
throws java.lang.Exception
java.lang.Exception