uk.co.keang.sudoku.solver
Class KnownValueSolverTest

java.lang.Object
  extended by uk.co.keang.sudoku.solver.KnownValueSolverTest

public class KnownValueSolverTest
extends java.lang.Object

Author:
A.G.Docherty

Constructor Summary
KnownValueSolverTest()
           
 
Method Summary
 void setUp()
           
 void testFindSolutionsBlock()
          Test method for FixedLineSolver.findSolutions().
 void testFindSolutionsColumns()
          Test method for FixedLineSolver.findSolutions().
 void testFindSolutionsRows()
          Test method for FixedLineSolver.findSolutions().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnownValueSolverTest

public KnownValueSolverTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testFindSolutionsRows

public void testFindSolutionsRows()
                           throws IllegalGridException
Test method for FixedLineSolver.findSolutions().

Throws:
IllegalGridException

testFindSolutionsColumns

public void testFindSolutionsColumns()
                              throws IllegalGridException
Test method for FixedLineSolver.findSolutions().

Throws:
IllegalGridException

testFindSolutionsBlock

public void testFindSolutionsBlock()
                            throws IllegalGridException
Test method for FixedLineSolver.findSolutions().

Throws:
IllegalGridException