Add simple tests for delegate pattern #324

This commit is contained in:
Joseph McCarthy
2015-12-27 14:10:49 +00:00
parent fb0617e9c5
commit a49dbefb56
5 changed files with 56 additions and 11 deletions

View File

@ -41,5 +41,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
<version>1.14.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>