The order of the user story can be found from the test class TicTacToeSpec
-
whenXOutsideBoardThenRuntimeException
-
whenYOutsideBoardThenRuntimeExcepetion
-
whenOccupiedThenRuntimeException
-
givenFirstTurnWhenNextPlayerThenX
-
givenLastTurnWasXWhenNextPlayerThenO
-
whenPlayThenNoWinner
-
whenPlayAndWholeHorizontalLineThenWinner
-
whenPlayAndWholeVerticalLineThenWinner
-
whenPlayAndTopBottomDiagonalLineThenWinner
-
whenPlayAndBottomTopDigonalLineThenWinner
-
whenAllBoxesAreFilledThenDraw
-
whenFirstPlayerWinThenGameOver
-
add the jacoco plugin