aima.test.search.eightpuzzle
Class EightPuzzleBoardTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by aima.test.search.eightpuzzle.EightPuzzleBoardTest
All Implemented Interfaces:
junit.framework.Test

public class EightPuzzleBoardTest
extends junit.framework.TestCase

Author:
Ravi Mohan

Constructor Summary
EightPuzzleBoardTest()
           
 
Method Summary
 void setUp()
           
 void testGetBoard()
           
 void testGetLocation()
           
 void testGetPositions()
           
 void testGetValueAt()
           
 void testSetBoard()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EightPuzzleBoardTest

public EightPuzzleBoardTest()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

testGetBoard

public void testGetBoard()

testGetLocation

public void testGetLocation()

testGetValueAt

public void testGetValueAt()

testGetPositions

public void testGetPositions()

testSetBoard

public void testSetBoard()