|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.util.jester.TestSuite
diva.pod.test.TopologyTest
public class TopologyTest
A test suite for the primitive Topology and Traversal classes.
Nested Class Summary | |
---|---|
static interface |
TopologyTest.ICFactory
The topology factory interface |
static class |
TopologyTest.TopologyFactory
The basic factory for the Topology and Traversal classes |
Constructor Summary | |
---|---|
TopologyTest(TestHarness harness,
TopologyTest.TopologyFactory factory)
Constructor |
Method Summary | |
---|---|
static void |
main(String[] argv)
Create a default test harness and run all tests on it. |
void |
runSuite()
runSuite() |
void |
testBig()
Test a large (64 knode) graph |
void |
testDeletion()
|
void |
testEmpty()
Perform tests on empty graph.... |
void |
testReverseStarConnected()
|
void |
testStarConnected()
|
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 TopologyTest(TestHarness harness, TopologyTest.TopologyFactory factory)
Method Detail |
---|
public void runSuite()
runSuite
in class TestSuite
public static void main(String[] argv)
public void testEmpty()
public void testStarConnected()
public void testReverseStarConnected()
public void testDeletion()
public void testBig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |