We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5067cd6 + 1f4371a commit 65d727eCopy full SHA for 65d727e
pom.xml
@@ -18,9 +18,9 @@
18
19
<dependencies>
20
<dependency>
21
- <groupId>junit</groupId>
22
- <artifactId>junit</artifactId>
23
- <version>4.11</version>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <version>5.9.0</version>
24
<scope>test</scope>
25
</dependency>
26
</dependencies>
src/test/java/com/techreturners/cats/CatTest.java
@@ -1,8 +1,7 @@
1
package com.techreturners.cats;
2
3
-import org.junit.Test;
4
-
5
-import static org.junit.Assert.*;
+import org.junit.jupiter.api.Test;
+import static org.junit.jupiter.api.Assertions.*;
6
7
public class CatTest {
8
0 commit comments