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

Commit89f06ef

Browse files
update 823 test
1 parentbd40c63 commit89f06ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

33
importcom.fishercoder.solutions.firstthousand._823;
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.assertEquals;
7+
importstaticorg.junit.jupiter.api.Assertions.assertEquals;
88

99
publicclass_823Test {
1010
privatestatic_823.Solution1solution1;
1111

12-
@BeforeClass
13-
publicstaticvoidsetup() {
12+
@BeforeEach
13+
publicvoidsetup() {
1414
solution1 =new_823.Solution1();
1515
}
1616

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp