MCPcopy Index your code
hub / github.com/coding-parrot/chess-engine / countMovesAtPosition32

Method countMovesAtPosition32

src/test/java/EngineTest.java:63–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 @Test
64 public void countMovesAtPosition32() {
65 Board board = Board.getBoard("8/1Kp5/3p4/1P4kr/1R3p2/8/4P1P1/8 b - -");
66 System.out.println(board);
67 Engine engine = new Engine();
68 Assert.assertEquals(129425, engine.countAllMoves(board, 4));
69 }
70
71 @Test
72 public void countMovesAtPosition33() {

Callers

nothing calls this directly

Calls 2

getBoardMethod · 0.95
countAllMovesMethod · 0.95

Tested by

no test coverage detected