Class Summary |
BoardViewTest |
BoardViewTest creates a game a chess with the starting locations
and attempts to render it. |
GameTimerTest |
Some tests for the GameTimer, hard to do because it is a timer. |
ImageMapTest |
The MainView class handles all of the GUI, the rendering
the management of options etc. |
TimerLabelTest |
The TimerLabel test tests the TimerLabel class and the ChessClock class
which in turn tests the methods in the GameTimer class that ChessClock relies on
Because of the difficulty of writing automated tests for timers this is
all implemented in a GUI. |