Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8be01e9

Browse files
update 985 test
1 parent bce1973 commit 8be01e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/test/java/com/fishercoder/firstthousand/_985Test.java‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package com.fishercoder.firstthousand;
22

33
import com.fishercoder.solutions.firstthousand._985;
4-
import org.junit.BeforeClass;
5-
import org.junit.Test;
4+
import org.junit.jupiter.api.BeforeEach;
5+
import org.junit.jupiter.api.Test;
66

7-
import static org.junit.Assert.assertArrayEquals;
7+
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
88

99
public class _985Test {
1010
private static _985.Solution1 solution1;
@@ -13,8 +13,8 @@ public class _985Test {
1313
private static int[] A;
1414
private static int[][] queries;
1515

16-
@BeforeClass
17-
public staticvoid setup() {
16+
@BeforeEach
17+
public void setup() {
1818
solution1 = new _985.Solution1();
1919
}
2020

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /