aima.test.search.online
Class LRTAStarAgentTest

java.lang.Object
  extended by TestCase
      extended by aima.test.search.online.LRTAStarAgentTest

public class LRTAStarAgentTest
extends TestCase


Constructor Summary
LRTAStarAgentTest()
           
 
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

LRTAStarAgentTest

public LRTAStarAgentTest()
Method Detail

setUp

public void setUp()

testAlreadyAtGoal

public void testAlreadyAtGoal()

testNormalSearch

public void testNormalSearch()

testNoPath

public void testNoPath()