aima.test.search.searches
Class DepthLimitedSearchTest

java.lang.Object
  extended by TestCase
      extended by aima.test.search.searches.DepthLimitedSearchTest

public class DepthLimitedSearchTest
extends TestCase


Constructor Summary
DepthLimitedSearchTest()
           
 
Method Summary
 void testCutOff()
           
 void testFailure()
           
 void testSuccesfulDepthLimitedSearch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepthLimitedSearchTest

public DepthLimitedSearchTest()
Method Detail

testSuccesfulDepthLimitedSearch

public void testSuccesfulDepthLimitedSearch()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testCutOff

public void testCutOff()
                throws java.lang.Exception
Throws:
java.lang.Exception

testFailure

public void testFailure()
                 throws java.lang.Exception
Throws:
java.lang.Exception