aima.test.search.map
Class MapTest

java.lang.Object
  extended by TestCase
      extended by aima.test.search.map.MapTest

public class MapTest
extends TestCase


Constructor Summary
MapTest()
           
 
Method Summary
 void setUp()
           
 void testDistances()
           
 void testLocationsLinkedTo()
           
 void testRandomGeneration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapTest

public MapTest()
Method Detail

setUp

public void setUp()

testLocationsLinkedTo

public void testLocationsLinkedTo()

testDistances

public void testDistances()

testRandomGeneration

public void testRandomGeneration()