()
| 95 | |
| 96 | |
| 97 | @Test |
| 98 | public void countMovesAtPosition34() { |
| 99 | Board board = Board.getBoard("8/2K5/3p4/1P3k1r/1R3p2/8/4P1P1/8 b - -"); |
| 100 | System.out.println(board); |
| 101 | Engine engine = new Engine(); |
| 102 | Assert.assertEquals(318, engine.countAllMoves(board, 2)); |
| 103 | } |
| 104 | |
| 105 | @Test |
| 106 | public void countMovesAtPosition35() { |
nothing calls this directly
no test coverage detected