test.edu.uci.ics.jung.visualization
Class TestSpringLayout

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.edu.uci.ics.jung.visualization.LayoutTester
              extended by test.edu.uci.ics.jung.visualization.TestSpringLayout
All Implemented Interfaces:
junit.framework.Test

public class TestSpringLayout
extends LayoutTester

Author:
danyelf

Constructor Summary
TestSpringLayout()
           
 
Method Summary
protected  int getIters()
           
protected  Layout getLayout(Graph g)
           
static junit.framework.Test suite()
           
 void testFilter()
           
 void testLayoutCreation()
           
 void testLayoutIterationBigSpace()
           
 void testLayoutIterationSmallSpace()
           
 void testResize()
           
 void testRestart()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestSpringLayout

public TestSpringLayout()
Method Detail

getIters

protected int getIters()
Specified by:
getIters in class LayoutTester

suite

public static junit.framework.Test suite()

testFilter

public void testFilter()
Overrides:
testFilter in class LayoutTester

testLayoutIterationBigSpace

public void testLayoutIterationBigSpace()
Overrides:
testLayoutIterationBigSpace in class LayoutTester

testLayoutIterationSmallSpace

public void testLayoutIterationSmallSpace()
Overrides:
testLayoutIterationSmallSpace in class LayoutTester

testLayoutCreation

public void testLayoutCreation()
Overrides:
testLayoutCreation in class LayoutTester

testResize

public void testResize()
Overrides:
testResize in class LayoutTester

testRestart

public void testRestart()
Overrides:
testRestart in class LayoutTester

getLayout

protected Layout getLayout(Graph g)
Specified by:
getLayout in class LayoutTester