suvi.alg
Class GraphLayoutAlgChassisTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--suvi.alg.GraphLayoutAlgChassisTest
All Implemented Interfaces:
junit.framework.Test, javautils.graph.testing.TestGraphConstants

public class GraphLayoutAlgChassisTest
extends junit.framework.TestCase
implements javautils.graph.testing.TestGraphConstants

A [JUnit] test for GraphLayoutAlgChassis.


Field Summary
 
Fields inherited from interface javautils.graph.testing.TestGraphConstants
ABCDEFGH_GRAPH, ABCDEFGHIJ_GRAPH, CLOTHING_GRAPH, RSTUVWXY_GRAPH, STUVWXYZ_GRAPH, UVWXYZ_GRAPH
 
Constructor Summary
GraphLayoutAlgChassisTest()
           
 
Method Summary
 void testChassis()
          Tests the chassis with simplistic policies by using the chassis, decorated with contract decorators, on a simple graph.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, 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, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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

GraphLayoutAlgChassisTest

public GraphLayoutAlgChassisTest()
Method Detail

testChassis

public void testChassis()

Tests the chassis with simplistic policies by using the chassis, decorated with contract decorators, on a simple graph. Note that the essential testing logic is in the contract decorators.