mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
WIP: Added test initialise boat position test. Corrected ColorsTest after addition of two new colours.
This commit is contained in:
@@ -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(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user