com.alexmerz.graphviz.unittest
Class Parser2Test

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.alexmerz.graphviz.unittest.Parser2Test
All Implemented Interfaces:
junit.framework.Test

public class Parser2Test
extends junit.framework.TestCase

This test suite uses the Graphviz examples from the Gallery on the Graphviz webpage. (An exception is only NodeEdge) All files are stored in the testfiles directories.

Version:
$Id: Parser2Test.java,v 1.4 2006/03/20 16:47:49 Alexander Exp $
Author:
Alexander

Constructor Summary
Parser2Test()
           
 
Method Summary
 void testCluster()
           
 void testCrazy()
           
 void testDatastruct()
           
 void testFdpclust()
           
 void testFSM()
           
 void testHello()
           
 void testInet()
           
 void testNodeEdge()
           
 void testProcess()
           
 void testProfile()
           
 void testSdh()
           
 void testSoftmain()
           
 void testSwitch()
           
 void testTransparency()
           
 void testUnix()
           
 void testWorld()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Parser2Test

public Parser2Test()
Method Detail

testNodeEdge

public void testNodeEdge()
                  throws ParseException
Throws:
ParseException

testCluster

public void testCluster()
                 throws ParseException
Throws:
ParseException

testCrazy

public void testCrazy()
               throws ParseException
Throws:
ParseException

testDatastruct

public void testDatastruct()
                    throws ParseException
Throws:
ParseException

testFdpclust

public void testFdpclust()
                  throws ParseException
Throws:
ParseException

testFSM

public void testFSM()
             throws ParseException
Throws:
ParseException

testHello

public void testHello()
               throws ParseException
Throws:
ParseException

testInet

public void testInet()
              throws ParseException
Throws:
ParseException

testProcess

public void testProcess()
                 throws ParseException
Throws:
ParseException

testProfile

public void testProfile()
                 throws ParseException
Throws:
ParseException

testSdh

public void testSdh()
             throws ParseException
Throws:
ParseException

testSoftmain

public void testSoftmain()
                  throws ParseException
Throws:
ParseException

testSwitch

public void testSwitch()
                throws ParseException
Throws:
ParseException

testTransparency

public void testTransparency()
                      throws ParseException
Throws:
ParseException

testUnix

public void testUnix()
              throws ParseException
Throws:
ParseException

testWorld

public void testWorld()
               throws ParseException
Throws:
ParseException