aima.test.search.searches
Class BidirectionalSearchTest
java.lang.Object
TestCase
aima.test.search.searches.BidirectionalSearchTest
public class BidirectionalSearchTest
- extends TestCase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BidirectionalSearchTest
public BidirectionalSearchTest()
setUp
public void setUp()
test_A_StartingAtGoal
public void test_A_StartingAtGoal()
test_ABC_StartingAtGoal
public void test_ABC_StartingAtGoal()
test_AB_BothWaysPath
public void test_AB_BothWaysPath()
test_ABC_BothWaysPath
public void test_ABC_BothWaysPath()
test_ABCD_BothWaysPath
public void test_ABCD_BothWaysPath()
test_AB_OriginalOnlyPath
public void test_AB_OriginalOnlyPath()
test_ABC_OriginalOnlyPath
public void test_ABC_OriginalOnlyPath()
test_ABCDE_OriginalOnlyPath
public void test_ABCDE_OriginalOnlyPath()
test_AB_ReverseOnlyPath
public void test_AB_ReverseOnlyPath()
test_ABC_ReverseOnlyPath
public void test_ABC_ReverseOnlyPath()
test_ABCDE_ReverseOnlyPath
public void test_ABCDE_ReverseOnlyPath()
test_ABCDEF_OriginalFirst
public void test_ABCDEF_OriginalFirst()
test_ABCDEF_ReverseFirstButNotFromOriginal
public void test_ABCDEF_ReverseFirstButNotFromOriginal()
test_ABCDEF_MoreComplexReverseFirstButNotFromOriginal
public void test_ABCDEF_MoreComplexReverseFirstButNotFromOriginal()