Skip to content

Commit

Permalink
Convert tests to Junit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Mar 20, 2024
1 parent e380795 commit 8bd2636
Show file tree
Hide file tree
Showing 32 changed files with 484 additions and 387 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@
<version>0.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
Expand All @@ -131,11 +141,6 @@
<artifactId>jmh-generator-annprocess</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
Expand Down
Loading

0 comments on commit 8bd2636

Please sign in to comment.