mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-03 18:13:30 +00:00
Add proper tests for fluent-interface pattern and fixed a little bug
This commit is contained in:
@@ -16,5 +16,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