All Packages Class Hierarchy This Package Previous Next Index
Class org.ajug.jsl.jester.qc.TCChildContainerTest
java.lang.Object
|
+----org.ajug.jsl.jester.cases.TestCase
|
+----org.ajug.jsl.jester.qc.TCChildContainerTest
- public class TCChildContainerTest
- extends TestCase
This Test is a container for use inside a container for testing the
inheritance functionality of the TestContext Properties.
-
TCChildContainerTest()
-
-
getChildTests()
- Returns children that test the inheritance functionality
of the TestContext Properties.
-
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.
TCChildContainerTest
public TCChildContainerTest()
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 inheritance functionality
of the TestContext Properties.
- Overrides:
- getChildTests
in class TestCase
All Packages Class Hierarchy This Package Previous Next Index