aima.test.search.searches
Class DepthFirstSearchTest

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

public class DepthFirstSearchTest
extends TestCase


Constructor Summary
DepthFirstSearchTest()
           
 
Method Summary
 void testDepthFirstSuccesfulSearch()
           
 void testDepthFirstUnSuccessfulSearch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepthFirstSearchTest

public DepthFirstSearchTest()
Method Detail

testDepthFirstSuccesfulSearch

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

testDepthFirstUnSuccessfulSearch

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