mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-10 06:20:44 +00:00
Add proper unit tests for double-checked-locking pattern
This commit is contained in:
committed by
Jeroen Meulemeester
parent
29fc56002a
commit
2edc1898b1
@@ -12,5 +12,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