aima.test.search.searches
Class BidirectionalSearchTest

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

public class BidirectionalSearchTest
extends TestCase


Constructor Summary
BidirectionalSearchTest()
           
 
Method Summary
 void setUp()
           
 void test_A_StartingAtGoal()
           
 void test_AB_BothWaysPath()
           
 void test_AB_OriginalOnlyPath()
           
 void test_AB_ReverseOnlyPath()
           
 void test_ABC_BothWaysPath()
           
 void test_ABC_OriginalOnlyPath()
           
 void test_ABC_ReverseOnlyPath()
           
 void test_ABC_StartingAtGoal()
           
 void test_ABCD_BothWaysPath()
           
 void test_ABCDE_OriginalOnlyPath()
           
 void test_ABCDE_ReverseOnlyPath()
           
 void test_ABCDEF_MoreComplexReverseFirstButNotFromOriginal()
           
 void test_ABCDEF_OriginalFirst()
           
 void test_ABCDEF_ReverseFirstButNotFromOriginal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BidirectionalSearchTest

public BidirectionalSearchTest()
Method Detail

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()