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

Quick Search    Search Deep

com.port80.graph.test
Class TestDotParser01  view TestDotParser01 download TestDotParser01.java

java.lang.Object
  extended bycom.port80.graph.test.TestDotParser01

public class TestDotParser01
extends java.lang.Object

Basic tests for DotParser.


Field Summary
private static boolean DEBUG
           
private static java.lang.String NAME
           
private static java.lang.String USAGE
           
private static boolean VERBOSE
           
 
Constructor Summary
TestDotParser01()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static boolean test1(java.util.Map opt, java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

private static final java.lang.String NAME
See Also:
Constant Field Values

USAGE

private static final java.lang.String USAGE
See Also:
Constant Field Values

DEBUG

private static final boolean DEBUG
See Also:
Constant Field Values

VERBOSE

private static boolean VERBOSE
Constructor Detail

TestDotParser01

public TestDotParser01()
Method Detail

main

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

test1

public static boolean test1(java.util.Map opt,
                            java.lang.String[] args)