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.


Constructor Index

 o TestContainer()

Method Index

 o afterTest()
Called after the tests in a Test have been called.
 o beforeTest()
Called before the tests in a Test are called.
 o getChildTests()
Lists all the child tests if any.
 o isContainer()
Indicates if the test is a container with children or no children.

Constructors

 o TestContainer
 public TestContainer()

Methods

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

Overrides:
beforeTest in class TestCase
 o afterTest
 public void afterTest()
Called after the tests in a Test have been called.

Overrides:
afterTest 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()
Lists all the child tests if any.

Overrides:
getChildTests in class TestCase

All Packages  Class Hierarchy  This Package  Previous  Next  Index