Added tests for the Race class

- Added a test to ensure all boats entered into the race also finish it
- #test
This commit is contained in:
Michael Rausch
2017-03-04 19:30:00 +13:00
parent 5492ace1a3
commit 1b345d4747
2 changed files with 20 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ import static org.junit.Assert.assertEquals;
*/
public class BoatTest
{
@Test
public void testBoatCreation()
{