ca.quine.jcommons.transform.graph.test
Class GraphTestCase

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--ca.quine.jcommons.transform.graph.test.GraphTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
SearchTest, TransformGraphTest

public abstract class GraphTestCase
extends junit.framework.TestCase


Constructor Summary
GraphTestCase(String testName)
           
 
Method Summary
 void assertEquals(String[] expected, String[] actual)
           
protected  TransformEdge makeEdge(Set edgeSet, String inputType, String outputType, int cost)
           
protected  TransformEdge makeEdge(String inputType, String outputType, int cost)
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createDefault, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, 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, assertFalse, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphTestCase

public GraphTestCase(String testName)
Method Detail

makeEdge

protected TransformEdge makeEdge(Set edgeSet,
                                 String inputType,
                                 String outputType,
                                 int cost)

makeEdge

protected TransformEdge makeEdge(String inputType,
                                 String outputType,
                                 int cost)

assertEquals

public void assertEquals(String[] expected,
                         String[] actual)