|
|||||||||
| Home >> All >> com >> port80 >> graph >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.graph.test
Class TestDotParser01

java.lang.Objectcom.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)
|
|||||||||
| Home >> All >> com >> port80 >> graph >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.port80.graph.test.TestDotParser01