net.grinder.console.swingui
Class TestGraph

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.grinder.console.swingui.TestGraph
All Implemented Interfaces:
junit.framework.Test

public class TestGraph
extends junit.framework.TestCase

Author:
Philip Aston

Constructor Summary
TestGraph(String name)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testLabelledGraph()
           
 void testRamp()
           
 void testRandom()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestGraph

public TestGraph(String name)
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testRamp

public void testRamp()
              throws Exception
Throws:
Exception

testRandom

public void testRandom()
                throws Exception
Throws:
Exception

testLabelledGraph

public void testLabelledGraph()
                       throws Exception
Throws:
Exception


Copyright © 2000-2013. All Rights Reserved.