All Packages Class Hierarchy This Package Previous Next Index
Class org.ajug.jsl.jester.samples.TestContainer
java.lang.Object
|
+----org.ajug.jsl.jester.cases.TestCase
|
+----org.ajug.jsl.jester.samples.TestContainer
- public class TestContainer
- extends TestCase
This class is a sample container test.
-
TestContainer()
-
-
afterTest()
- Called after the tests in a Test have been called.
-
beforeTest()
- Called before the tests in a Test are called.
-
getChildTests()
- Lists all the child tests if any.
-
isContainer()
- Indicates if the test is a container with children or no children.
TestContainer
public TestContainer()
beforeTest
public void beforeTest()
- Called before the tests in a Test are called.
- Overrides:
- beforeTest
in class TestCase
afterTest
public void afterTest()
- Called after the tests in a Test have been called.
- Overrides:
- afterTest
in class TestCase
isContainer
public boolean isContainer()
- Indicates if the test is a container with children or no children.
- Overrides:
- isContainer
in class TestCase
getChildTests
public Enumeration getChildTests()
- Lists all the child tests if any.
- Overrides:
- getChildTests
in class TestCase
All Packages Class Hierarchy This Package Previous Next Index