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

Quick Search    Search Deep

com.phoenixst.plexus.examples
Class DefaultGraphExamplesTest  view DefaultGraphExamplesTest download DefaultGraphExamplesTest.java

java.lang.Object
  extended bycom.phoenixst.plexus.examples.DefaultGraphExamplesTest

public class DefaultGraphExamplesTest
extends java.lang.Object

A com.phoenixst.plexus.DefaultGraph tester for copies of examples graphs, at least the immutable operations.

Since:
1.0
Version:
$Revision: 1.2 $

Constructor Summary
DefaultGraphExamplesTest()
           
 
Method Summary
static junit.framework.Test completeSuite()
           
static junit.framework.Test emptySuite()
           
static void main(java.lang.String[] args)
           
static junit.framework.Test prismSuite()
           
static junit.framework.Test suite()
           
static junit.framework.Test treeSuite()
           
static junit.framework.Test wheelSuite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGraphExamplesTest

public DefaultGraphExamplesTest()
Method Detail

emptySuite

public static junit.framework.Test emptySuite()

completeSuite

public static junit.framework.Test completeSuite()

treeSuite

public static junit.framework.Test treeSuite()

wheelSuite

public static junit.framework.Test wheelSuite()

prismSuite

public static junit.framework.Test prismSuite()

suite

public static junit.framework.Test suite()

main

public static void main(java.lang.String[] args)