add test cases for Scala API

This commit is contained in:
CodingCat
2016-03-02 15:24:13 -05:00
parent f8fff6c6fc
commit 5e309f1ce8
10 changed files with 225 additions and 29 deletions

View File

@@ -22,6 +22,19 @@
<nohelp>true</nohelp>
</configuration>
</plugin>
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>test</id>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>