mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-01 02:17:58 +00:00
Add simple tests for delegate pattern #324
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user