Skip to content

Commit

Permalink
Added mockito test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualino.cristaudo committed Oct 16, 2023
1 parent efbb1ed commit 23a07c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,13 @@
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<!--MOCKITO-->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>5.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mock-maker-inline

0 comments on commit 23a07c3

Please sign in to comment.