tests
Class PublicTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by tests.PublicTests
All Implemented Interfaces:
junit.framework.Test

public class PublicTests
extends junit.framework.TestCase


Constructor Summary
PublicTests()
           
 
Method Summary
 void testCollapsingMultipleRows()
           
 void testCollapsingRowNeighborCleared()
           
 void testCollapsingRowNoNeighborCleared()
           
 void testFourAnimationSteps()
           
 void testGameOver()
           
 void testGetScore()
           
 void testInitialBoard()
           
 void testProcessCellAllSameColor()
           
 void testProcessCellDifferentColors()
           
 void testSingleAnimationStep()
           
 void testThreeAnimationSteps()
           
 void testTwoAnimationSteps()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicTests

public PublicTests()
Method Detail

testInitialBoard

public void testInitialBoard()

testSingleAnimationStep

public void testSingleAnimationStep()

testTwoAnimationSteps

public void testTwoAnimationSteps()

testThreeAnimationSteps

public void testThreeAnimationSteps()

testFourAnimationSteps

public void testFourAnimationSteps()

testGameOver

public void testGameOver()

testProcessCellAllSameColor

public void testProcessCellAllSameColor()

testProcessCellDifferentColors

public void testProcessCellDifferentColors()

testGetScore

public void testGetScore()

testCollapsingRowNoNeighborCleared

public void testCollapsingRowNoNeighborCleared()

testCollapsingRowNeighborCleared

public void testCollapsingRowNeighborCleared()

testCollapsingMultipleRows

public void testCollapsingMultipleRows()


Web Accessibility