Started making a cucumber test for allchat.

Will need to incorporate mockito in order to mock controller input. Have commented out the tests as they are not working correctly yet.

 #story[1246]
This commit is contained in:
Kusal Ekanayake
2017-09-12 14:55:49 +12:00
parent 8b9b3a31bd
commit 659a521cc9
19 changed files with 66 additions and 10 deletions
+14 -10
View File
@@ -84,19 +84,15 @@
</dependency>
<dependency>
<groupId>com.interactivemesh.jfx.importer.col</groupId>
<artifactId>ColModelImporter</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/libs/JFX3DModelImporters_EA_2014-02-09/jimColModelImporterJFX.jar</systemPath>
<groupId>com.interactivemesh</groupId>
<artifactId>jimStlMeshImporter</artifactId>
<version>0.7</version>
</dependency>
<dependency>
<groupId>com.interactivemesh.jfx.importer.stl</groupId>
<artifactId>StlMeshImporter</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/libs/JFX3DModelImporters_EA_2014-02-09/jimStlMeshImporterJFX.jar</systemPath>
<groupId>com.interactivemesh</groupId>
<artifactId>jimColModelImporter</artifactId>
<version>0.7</version>
</dependency>
@@ -182,4 +178,12 @@
</plugin>
</plugins>
</reporting>
<repositories>
<repository>
<id>lib</id>
<name>third party libraries</name>
<url>file://${basedir}/lib</url>
</repository>
</repositories>
</project>