WIP: Added test initialise boat position test. Corrected ColorsTest after addition of two new colours.

This commit is contained in:
Zhi You Tan
2017-08-05 23:59:58 +12:00
parent a727014fcb
commit 81c2a8e0fd
2 changed files with 18 additions and 3 deletions
@@ -0,0 +1,15 @@
package seng302.gameServer.server;
import static junit.framework.TestCase.assertTrue;
import org.junit.Test;
/**
* Created by ryantan on 5/08/2017.
*/
public class TestInitialiseBoatPosition {
@Test
public void testInitialiseBoatPosition(){
}
}