test
Class MapBasedMovementTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.MapBasedMovementTest
All Implemented Interfaces:
junit.framework.Test

public class MapBasedMovementTest
extends junit.framework.TestCase


Constructor Summary
MapBasedMovementTest()
           
 
Method Summary
 void setUp()
           
 void testGetPath()
           
 void testHostMoving()
           
 void testManyMapTypeNodes()
           
 void testMapCache()
          Tests the SimMap caching feature
 void testOneMapTypeNode()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapBasedMovementTest

public MapBasedMovementTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testGetPath

public void testGetPath()

testOneMapTypeNode

public void testOneMapTypeNode()

testManyMapTypeNodes

public void testManyMapTypeNodes()

testMapCache

public void testMapCache()
                  throws java.io.IOException
Tests the SimMap caching feature

Throws:
java.io.IOException

testHostMoving

public void testHostMoving()