dk.dmi.jog.test
Class GridGraphicsTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bydk.dmi.jog.test.GridGraphicsTest
All Implemented Interfaces:
junit.framework.Test

public class GridGraphicsTest
extends junit.framework.TestCase

Class used for testing the GridGraphics class.


Constructor Summary
GridGraphicsTest()
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
          Test fixture setup method.
static junit.framework.Test suite()
          Test suite method to create a TestSuite consisting of all test methods in this class.
 void testGetInstance()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

GridGraphicsTest

public GridGraphicsTest()
Method Detail

main

public static void main(String[] args)

setUp

protected void setUp()
Test fixture setup method.


suite

public static junit.framework.Test suite()
Test suite method to create a TestSuite consisting of all test methods in this class.

Returns:
a TestSuite.

testGetInstance

public void testGetInstance()