jasi.unittest.sim.geo
Class TestSpace

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.TestSpace
All Implemented Interfaces:
junit.framework.Test

public class TestSpace
extends BasicTestCase

Testing geometric space.


Field Summary
protected  Space base
          Base time for tests.
 
Constructor Summary
TestSpace()
           
 
Method Summary
 void testAdding()
          Test addition of spaces.
 void testCompare()
          Test comparing Spaces.
 void testConversion()
          Test string conversion of Spaces.
 void testMultiplying()
          Test multiplication of time with a factor.
 void testSorting()
          Test sorting of spaces.
 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 Space base
Base time for tests.

Constructor Detail

TestSpace

public TestSpace()
Method Detail

testMultiplying

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


testAdding

public void testAdding()
Test addition of spaces.


testCompare

public void testCompare()
Test comparing Spaces.


testConversion

public void testConversion()
Test string conversion of Spaces.


testSorting

public void testSorting()
Test sorting of spaces.


testXML

public void testXML()
Test XML