aima.test.search.online
Class OnlineDFSAgentTest

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

public class OnlineDFSAgentTest
extends TestCase


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

Constructor Detail

OnlineDFSAgentTest

public OnlineDFSAgentTest()
Method Detail

setUp

public void setUp()

testAlreadyAtGoal

public void testAlreadyAtGoal()

testNormalSearch

public void testNormalSearch()

testNoPath

public void testNoPath()

testFig4_18

public void testFig4_18()