aima.test.search.eightpuzzle
Class EightPuzzleBoardTest

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

public class EightPuzzleBoardTest
extends TestCase


Constructor Summary
EightPuzzleBoardTest()
           
 
Method Summary
 void setUp()
           
 void testGetBoard()
           
 void testGetLocation()
           
 void testGetPositions()
           
 void testGetValueAt()
           
 void testSetBoard()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EightPuzzleBoardTest

public EightPuzzleBoardTest()
Method Detail

setUp

public void setUp()

testGetBoard

public void testGetBoard()

testGetLocation

public void testGetLocation()

testGetValueAt

public void testGetValueAt()

testGetPositions

public void testGetPositions()

testSetBoard

public void testSetBoard()