|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.util.jester.TestSuite
diva.util.jester.demo.FooTest
public class FooTest
A unit test suite for Foo.
Nested Class Summary | |
---|---|
static class |
FooTest.FooFactory
|
Constructor Summary | |
---|---|
FooTest(TestHarness harness,
FooTest.FooFactory factory)
Constructor |
Method Summary | |
---|---|
static void |
main(String[] argv)
|
void |
runSuite()
runSuite() |
void |
test1()
Comment this |
void |
test2()
Comment this |
void |
test3()
Comment this |
void |
test4()
Comment this |
Methods inherited from class diva.util.jester.TestSuite |
---|
getFactory, getTestHarness, run, runAll, runTestCase, setFactory, setTestHarness |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FooTest(TestHarness harness, FooTest.FooFactory factory)
Method Detail |
---|
public void runSuite()
runSuite
in class TestSuite
public void test1()
public void test2()
public void test3()
public void test4()
public static void main(String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |