|
|||||||||
| Home >> All >> com >> phoenixst >> [ plexus overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.phoenixst.plexus
Class StaticGraphTest

java.lang.Objectcom.phoenixst.plexus.StaticGraphTest
- public class StaticGraphTest
- extends java.lang.Object
A Graph tester which uses a single static graph, mostly for ease of use when testing with beanshell.
- Since:
- 1.0
- Version:
- $Revision: 1.4 $
| Field Summary | |
protected static Graph |
staticGraph
|
| Constructor Summary | |
StaticGraphTest()
|
|
| Method Summary | |
static Graph |
getGraph()
|
static void |
setGraph(Graph graph)
|
static junit.framework.Test |
suite()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
staticGraph
protected static Graph staticGraph
| Constructor Detail |
StaticGraphTest
public StaticGraphTest()
| Method Detail |
getGraph
public static Graph getGraph()
setGraph
public static void setGraph(Graph graph)
suite
public static junit.framework.Test suite()
|
|||||||||
| Home >> All >> com >> phoenixst >> [ plexus overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.phoenixst.plexus.StaticGraphTest