Lines Matching refs:play

26         board.play(BLACK, GoPoint.get(0, 0));  in testBothPassed()
28 board.play(WHITE, null); in testBothPassed()
30 board.play(BLACK, null); in testBothPassed()
32 board.play(WHITE, null); in testBothPassed()
39 board.play(BLACK, GoPoint.get(0, 0)); in testCapture()
40 board.play(BLACK, GoPoint.get(1, 0)); in testCapture()
41 board.play(WHITE, GoPoint.get(0, 1)); in testCapture()
42 board.play(WHITE, GoPoint.get(1, 1)); in testCapture()
43 board.play(WHITE, GoPoint.get(2, 0)); in testCapture()
85 board.play(WHITE, GoPoint.get(2, 0)); in testGetKilled()
92 board.play(WHITE, GoPoint.get(3, 0)); in testGetKilled()
113 board.play(BLACK, GoPoint.get(0, 0)); in testGetSuicide()
137 board.play(WHITE, GoPoint.get(0, 0)); in testIsKo()
139 board.play(BLACK, GoPoint.get(5, 5)); in testIsKo()
149 board.play(BLACK, GoPoint.get(0, 1)); in testIsSuicide()
151 board.play(BLACK, GoPoint.get(1, 1)); in testIsSuicide()
153 board.play(BLACK, GoPoint.get(2, 0)); in testIsSuicide()
155 board.play(WHITE, GoPoint.get(1, 0)); in testIsSuicide()
157 board.play(BLACK, GoPoint.get(0, 0)); in testIsSuicide()
165 board.play(BLACK, GoPoint.get(0, 0)); in testGetLastMove()
178 board.play(WHITE, point); in testPlayOnOccupied()
179 board.play(BLACK, point); in testPlayOnOccupied()
188 board.play(BLACK, GoPoint.get(1, 0)); in testSetupSuicide()
189 board.play(BLACK, GoPoint.get(0, 1)); in testSetupSuicide()
198 board.play(BLACK, GoPoint.get(1, 0)); in testSetupCapture()
199 board.play(WHITE, GoPoint.get(2, 0)); in testSetupCapture()
200 board.play(BLACK, GoPoint.get(0, 1)); in testSetupCapture()
201 board.play(WHITE, GoPoint.get(1, 1)); in testSetupCapture()
223 board.play(BLACK, GoPoint.get(0, 0)); in testToMove()
232 board.play(BLACK, GoPoint.get(0, 0)); in testUndo()