Added tests for private-class-data pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-27 22:58:39 +01:00
parent 47e1cd710c
commit 42a1dc69ca
4 changed files with 143 additions and 0 deletions

View File

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