Let the Unit testing begin

Could use some more test cases on the make test, though
This commit is contained in:
NuclearW
2012-07-06 22:37:34 -04:00
parent dce7d8fdd3
commit 646bb32965
3 changed files with 44 additions and 3 deletions

View File

@ -128,6 +128,12 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>