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

Commitb8c6009

Browse files
update 885 test
1 parentda6ce3e commitb8c6009

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

33
importcom.fishercoder.solutions.firstthousand._885;
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_885Test {
1010
privatestatic_885.Solution1solution1;
1111
privatestaticint[][]expected;
1212

13-
@BeforeClass
14-
publicstaticvoidsetup() {
13+
@BeforeEach
14+
publicvoidsetup() {
1515
solution1 =new_885.Solution1();
1616
}
1717

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp