Check removal of listener in turn control
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@147 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
b1fd03e366
commit
cce3c6bc6e
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ public class TurnControlTest {
|
||||||
|
|
||||||
assertTrue(eventFired);
|
assertTrue(eventFired);
|
||||||
assertFalse(mockTimer.timerRunning);
|
assertFalse(mockTimer.timerRunning);
|
||||||
|
assertTrue(mockView.playerPanel.endTurnEvent.listeners.isEmpty());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Reference in a new issue