public void OneTimeSetUp()
 {
     this.emptyBoardGenerator = new EmptyBoardGenerator();
 }
Example #2
0
 public EmptyBoardGeneratorTests()
 {
     emptyBoardGenerator = new EmptyBoardGenerator();
 }