Added network test classes

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@474 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-06-19 00:56:29 +02:00
parent d47e291d19
commit 71f1f20d35
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,6 @@
package jrummikub.control.network;
public class GameJoinControlTest {
}

View file

@ -0,0 +1,6 @@
package jrummikub.control.network;
public class GameOfferControlTest {
}

View file

@ -0,0 +1,6 @@
package jrummikub.control.network;
public class NetworkSettingsControlTest {
}