mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-09 08:22:51 +00:00
Add proper unit tests for double-dispatch pattern
This commit is contained in:
committed by
Jeroen Meulemeester
parent
2edc1898b1
commit
c837ffe234
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user