added unit tests

This commit is contained in:
skubiak
2015-01-26 11:52:50 +01:00
parent 3953de34ca
commit dd11393771
3 changed files with 124 additions and 0 deletions

View File

@ -119,6 +119,12 @@
<artifactId>logback-core</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>