mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Refactored the setup for MarkObjects (now renamed Markers) and made the CompoundMark + Mark + GeoPoint classes the standard across all classes instead of GateMark + SingleMark + Mark.
#refactor
This commit is contained in:
@@ -5,7 +5,7 @@ import java.util.List;
|
||||
import org.junit.Before;
|
||||
import seng302.model.PolarTable;
|
||||
import seng302.model.Yacht;
|
||||
import seng302.utilities.GeoPoint;
|
||||
import seng302.model.GeoPoint;
|
||||
|
||||
public class YachtTest {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ package seng302.server.simulator;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
import org.junit.Test;
|
||||
import seng302.utilities.GeoPoint;
|
||||
import seng302.model.GeoPoint;
|
||||
import seng302.utilities.GeoUtility;
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,7 +3,7 @@ package seng302.visualiser.map;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
import org.junit.Test;
|
||||
import seng302.utilities.GeoPoint;
|
||||
import seng302.model.GeoPoint;
|
||||
|
||||
/**
|
||||
* Unit test for Mercator Project class.
|
||||
|
||||
Reference in New Issue
Block a user