aima.test.search.map
Class MapAgentTest

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

public class MapAgentTest
extends TestCase


Constructor Summary
MapAgentTest()
           
 
Method Summary
 void setUp()
           
 void testAlreadyAtGoal()
           
 void testNoPath()
           
 void testNormalSearch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapAgentTest

public MapAgentTest()
Method Detail

setUp

public void setUp()

testAlreadyAtGoal

public void testAlreadyAtGoal()

testNormalSearch

public void testNormalSearch()

testNoPath

public void testNoPath()