Add proper tests for fluent-interface pattern and fixed a little bug

This commit is contained in:
Jeroen Meulemeester
2015-12-12 20:16:10 +01:00
parent df69a8f986
commit 4181514c65
5 changed files with 222 additions and 1 deletions

View File

@ -16,5 +16,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>