aima.test.search.searches
Class UniformCostSearchTest

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

public class UniformCostSearchTest
extends TestCase


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

Constructor Detail

UniformCostSearchTest

public UniformCostSearchTest()
Method Detail

testUniformCostSuccesfulSearch

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

testUniformCostUnSuccesfulSearch

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