Add proper unit tests for facade pattern
This commit is contained in:
committed by
Jeroen Meulemeester
parent
a3372febd0
commit
2c0a5e8703
@ -14,5 +14,9 @@
|
||||
<artifactId>junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user