Skip to content

Commit

Permalink
refactor (jkube-kit-vertx): Migrate all tests from JUnit4 to JUnit5 (e…
Browse files Browse the repository at this point in the history
…clipse-jkube#1572)

Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
  • Loading branch information
anurag-rajawat committed Oct 16, 2022
1 parent e1a6a0e commit 0f328cb
Show file tree
Hide file tree
Showing 5 changed files with 527 additions and 557 deletions.
10 changes: 8 additions & 2 deletions jkube-kit/jkube-kit-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down
Loading

0 comments on commit 0f328cb

Please sign in to comment.