Add proper unit tests for bridge pattern #293

This commit is contained in:
Jeroen Meulemeester
2015-12-06 23:48:48 +01:00
parent 875e5b872c
commit 8367c83aca
5 changed files with 145 additions and 0 deletions

View File

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