March 2018
Intermediate to advanced
324 pages
8h 30m
English
Let's start by defining the default response of the play method:
@Test
public void whenPlayThenNoWinner() {
String actual = ticTacToe.play(1,1);
assertEquals("No winner", actual);
}
Read now
Unlock full access