|
|
|
|
@ -19,9 +19,9 @@ public class MockRaceTest {
|
|
|
|
|
* Creates a MockRace for use in testing.
|
|
|
|
|
* Has a constant wind generator.
|
|
|
|
|
* @return MockRace for testing.
|
|
|
|
|
* @throws InvalidBoatDataException
|
|
|
|
|
* @throws InvalidRaceDataException
|
|
|
|
|
* @throws InvalidRegattaDataException
|
|
|
|
|
* @throws InvalidBoatDataException If the BoatDataSource cannot be created.
|
|
|
|
|
* @throws InvalidRaceDataException If the RaceDataSource cannot be created.
|
|
|
|
|
* @throws InvalidRegattaDataException If the RegattaDataSource cannot be created.
|
|
|
|
|
*/
|
|
|
|
|
public static MockRace createMockRace() throws InvalidBoatDataException, InvalidRaceDataException, InvalidRegattaDataException {
|
|
|
|
|
|
|
|
|
|
|