tried to test BoatPositionController but as it's connected to the fxml I am unsure if it is possible to test (test code is commented out) #story[426]

This commit is contained in:
Peter
2017-03-23 22:04:25 +13:00
parent a860cc0ec1
commit bf8244ce49
3 changed files with 52 additions and 0 deletions
+6
View File
@@ -25,6 +25,12 @@
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.7.13</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>