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.


Constructor Index

 o TCContainerTest()

Method Index

 o beforeTest()
Called before the tests in a Test are called.
 o getChildTests()
Returns children that test the TestContext features of Jester.
 o isContainer()
Indicates if the test is a container with children or no children.
 o runTest()
This is your golden opportunity to run the tests you desire.

Constructors

 o TCContainerTest
 public TCContainerTest()

Methods

 o beforeTest
 public void beforeTest()
Called before the tests in a Test are called.

Overrides:
beforeTest in class TestCase
 o runTest
 public void runTest()
This is your golden opportunity to run the tests you desire.

Overrides:
runTest in class TestCase
 o isContainer
 public boolean isContainer()
Indicates if the test is a container with children or no children.

Overrides:
isContainer in class TestCase
 o 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