All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.ajug.jsl.jester.samples.TestLeaf

java.lang.Object
   |
   +----org.ajug.jsl.jester.cases.TestCase
           |
           +----org.ajug.jsl.jester.samples.TestLeaf

public class TestLeaf
extends TestCase
This class is a sample leaf test.


Constructor Index

 o TestLeaf()

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 runTest()
This is your golden opportunity to run the tests you desire.

Constructors

 o TestLeaf
 public TestLeaf()

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 afterTest
 public void afterTest()
Called after the tests in a Test have been called.

Overrides:
afterTest in class TestCase

All Packages  Class Hierarchy  This Package  Previous  Next  Index