All Packages Class Hierarchy This Package Previous Next Index
Class org.ajug.jsl.jester.qc.TCContainerTest
java.lang.Object
|
+----org.ajug.jsl.jester.cases.TestCase
|
+----org.ajug.jsl.jester.qc.TCContainerTest
- public class TCContainerTest
- extends TestCase
This is the main test container for the Testing of the TestContext
feature of Jester. It is a standalone test with 3 children.
Note - This turned out to be a great test. The first time it was
ever run it detected that Tester was handling inherited properties
wrongly. JH 8/19/00
TODO - Need to diagram the structure of this test tree branch and
explain what it does. Do all this in one place.
-
TCContainerTest()
-
-
beforeTest()
- Called before the tests in a Test are called.
-
getChildTests()
- Returns children that test the TestContext features of Jester.
-
isContainer()
- Indicates if the test is a container with children or no children.
-
runTest()
- This is your golden opportunity to run the tests you desire.
TCContainerTest
public TCContainerTest()
beforeTest
public void beforeTest()
- Called before the tests in a Test are called.
- Overrides:
- beforeTest
in class TestCase
runTest
public void runTest()
- This is your golden opportunity to run the tests you desire.
- Overrides:
- runTest
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()
- Returns children that test the TestContext features of Jester.
- Overrides:
- getChildTests
in class TestCase
All Packages Class Hierarchy This Package Previous Next Index