mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Merge branch 'develop' of https://eng-git.canterbury.ac.nz/seng302-2017/team-13 into develop
This commit is contained in:
@@ -6,19 +6,9 @@
|
|||||||
//
|
//
|
||||||
//}
|
//}
|
||||||
package seng302.models;
|
package seng302.models;
|
||||||
import seng302.*;
|
/*
|
||||||
import javafx.scene.paint.*;
|
|
||||||
import javafx.scene.paint.Color;
|
|
||||||
import javafx.scene.shape.Polygon;
|
|
||||||
import javafx.scene.transform.Rotate;
|
|
||||||
import javafx.scene.transform.Transform;
|
|
||||||
import org.junit.Assert;
|
|
||||||
import org.junit.Before;
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Created by cir27 on 4/05/17.
|
* Created by cir27 on 4/05/17.
|
||||||
*/
|
|
||||||
public class BoatGroupTest {
|
public class BoatGroupTest {
|
||||||
BoatGroup boatGroup;
|
BoatGroup boatGroup;
|
||||||
@Before
|
@Before
|
||||||
@@ -103,3 +93,4 @@ public class BoatGroupTest {
|
|||||||
Assert.assertTrue(originalY == bp.getLayoutY());
|
Assert.assertTrue(originalY == bp.getLayoutY());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user