Movatterモバイル変換


[0]ホーム

URL:


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

Commit8be01e9

Browse files
update 985 test
1 parentbce1973 commit8be01e9

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
packagecom.fishercoder.firstthousand;
22

33
importcom.fishercoder.solutions.firstthousand._985;
4-
importorg.junit.BeforeClass;
5-
importorg.junit.Test;
4+
importorg.junit.jupiter.api.BeforeEach;
5+
importorg.junit.jupiter.api.Test;
66

7-
importstaticorg.junit.Assert.assertArrayEquals;
7+
importstaticorg.junit.jupiter.api.Assertions.assertArrayEquals;
88

99
publicclass_985Test {
1010
privatestatic_985.Solution1solution1;
@@ -13,8 +13,8 @@ public class _985Test {
1313
privatestaticint[]A;
1414
privatestaticint[][]queries;
1515

16-
@BeforeClass
17-
publicstaticvoidsetup() {
16+
@BeforeEach
17+
publicvoidsetup() {
1818
solution1 =new_985.Solution1();
1919
}
2020

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp