March 2018
Intermediate to advanced
324 pages
8h 30m
English
This test is almost the same as the previous one. This time we should validate the y-axis:
@Test
public void whenYOutsideBoardThenRuntimeException() {
exception.expect(RuntimeException.class);
ticTacToe.play(2, 5);
}
Read now
Unlock full access