aima.test.search.eightpuzzle
Class EightPuzzleSuccessorFunctionTest

java.lang.Object
  extended by TestCase
      extended by aima.test.search.eightpuzzle.EightPuzzleSuccessorFunctionTest

public class EightPuzzleSuccessorFunctionTest
extends TestCase


Constructor Summary
EightPuzzleSuccessorFunctionTest()
           
 
Method Summary
 void setUp()
           
 void testGenerateCorrect3successors()
           
 void testGenerateCorrectWhenGapMovedRightward()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EightPuzzleSuccessorFunctionTest

public EightPuzzleSuccessorFunctionTest()
Method Detail

setUp

public void setUp()

testGenerateCorrect3successors

public void testGenerateCorrect3successors()

testGenerateCorrectWhenGapMovedRightward

public void testGenerateCorrectWhenGapMovedRightward()