Cleaned up RoundControl tests
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@260 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
102299d0ff
commit
2446671f7a
10 changed files with 45 additions and 105 deletions
|
@ -11,7 +11,7 @@ import org.junit.Test;
|
|||
* Test class for {@link RoundState}
|
||||
*/
|
||||
public class RoundStateTest {
|
||||
private IGameSettings settings = new GameSettings();
|
||||
private GameSettings settings = new GameSettings();
|
||||
private IRoundState testRound;
|
||||
|
||||
/** */
|
||||
|
|
Reference in a new issue