uk.co.keang.sudoku.solver
Class ZeroChoiceSolverTest

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

public class ZeroChoiceSolverTest
extends java.lang.Object

Author:
A.G.Docherty

Constructor Summary
ZeroChoiceSolverTest()
           
 
Method Summary
 void setUp()
           
 void testFindSolutions()
          Test method for ZeroChoiceSolver.findSolutions().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZeroChoiceSolverTest

public ZeroChoiceSolverTest()
Method Detail

setUp

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

testFindSolutions

public void testFindSolutions()
                       throws IllegalGridException
Test method for ZeroChoiceSolver.findSolutions().

Throws:
IllegalGridException