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