Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.phoenixst.plexus
Class StaticGraphTest  view StaticGraphTest download StaticGraphTest.java

java.lang.Object
  extended bycom.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()