Skip to content

Commit

Permalink
Add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AfraHussaindeen committed Oct 6, 2024
1 parent 13af340 commit 6ce740f
Show file tree
Hide file tree
Showing 6 changed files with 1,033 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,27 @@
<artifactId>org.wso2.carbon.identity.verification.onfido.api.common</artifactId>
<scope>provided</scope>
</dependency>
<!--Test dependencies-->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<classifier>runtime</classifier>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-testng</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Loading

0 comments on commit 6ce740f

Please sign in to comment.