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.


Constructor Index

 o TCChildContainerTest()

Method Index

 o getChildTests()
Returns children that test the inheritance functionality of the TestContext Properties.
 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 TCChildContainerTest
 public TCChildContainerTest()

Methods

 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 inheritance functionality of the TestContext Properties.

Overrides:
getChildTests in class TestCase

All Packages  Class Hierarchy  This Package  Previous  Next  Index