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.
-
TestLeaf()
-
-
afterTest()
- Called after the tests in a Test have been called.
-
beforeTest()
- Called before the tests in a Test are called.
-
runTest()
- This is your golden opportunity to run the tests you desire.
TestLeaf
public TestLeaf()
beforeTest
public void beforeTest()
- Called before the tests in a Test are called.
- Overrides:
- beforeTest
in class TestCase
runTest
public void runTest()
- This is your golden opportunity to run the tests you desire.
- Overrides:
- runTest
in class TestCase
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