fr.lip6.sma.simulacion.app.map.test
Class CellCoordinateConversionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by fr.lip6.sma.simulacion.app.map.test.CellCoordinateConversionTest
All Implemented Interfaces:
junit.framework.Test

public class CellCoordinateConversionTest
extends junit.framework.TestCase

Test class to validate the cell coordinate conversion methods.

Version:
$Revision: 3 $
Author:
Eric Platon
See Also:
"Nothing special"

Constructor Summary
CellCoordinateConversionTest()
          Useless constructor for this unit test class.
 
Method Summary
 void testA2C()
          Test the absolute to cell conversion method.
 void testC2A()
          Test the cell to absolute conversion method.
 void testSetup()
          Test the setup of the class by creating the object and calling a method.
 
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

CellCoordinateConversionTest

public CellCoordinateConversionTest()
Useless constructor for this unit test class. Necessary for CS.

Method Detail

testSetup

public void testSetup()
Test the setup of the class by creating the object and calling a method.


testA2C

public void testA2C()
Test the absolute to cell conversion method.

See Also:
"etc/simbar3.xml for verifying the values"

testC2A

public void testC2A()
Test the cell to absolute conversion method.

See Also:
"etc/simbar3.xml for verifying the values"