Added tests for producer-consumer pattern

This commit is contained in:
Jeroen Meulemeester
2015-12-28 00:16:43 +01:00
parent 42a1dc69ca
commit dca68511e8
4 changed files with 125 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>