jasi.unittest.sim.geo
Class TestArc

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by jasi.unittest.sim.BasicTestCase
              extended by jasi.unittest.sim.geo.TestArc
All Implemented Interfaces:
junit.framework.Test

public class TestArc
extends BasicTestCase

Testing geometric space.


Field Summary
protected  Arc base
          Base time for tests.
 
Constructor Summary
TestArc()
           
 
Method Summary
 void testAdding()
          Test addition of Arcs.
 void testCompare()
          Test comparing Arcs.
 void testConversion()
          Test string conversion of Arc.
 void testCoordinate()
          Test sorting of Arcs.
 void testLattitude()
          Test string conversion of Lattitude.
 void testLongitude()
          Test string conversion of Longitude.
 void testMultiplying()
          Test multiplication of times with a factor.
 void testPrinting()
          Test sorting of Arcs.
 void testXML()
          Test XML
 
Methods inherited from class jasi.unittest.sim.BasicTestCase
writeAndReadXML, writeAndReadXML
 
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
 

Field Detail

base

protected final Arc base
Base time for tests.

Constructor Detail

TestArc

public TestArc()
Method Detail

testMultiplying

public void testMultiplying()
Test multiplication of times with a factor.


testAdding

public void testAdding()
Test addition of Arcs.


testCompare

public void testCompare()
Test comparing Arcs.


testConversion

public void testConversion()
Test string conversion of Arc.


testPrinting

public void testPrinting()
Test sorting of Arcs.


testLattitude

public void testLattitude()
Test string conversion of Lattitude.


testLongitude

public void testLongitude()
Test string conversion of Longitude.


testCoordinate

public void testCoordinate()
Test sorting of Arcs.


testXML

public void testXML()
Test XML