回答編集履歴
1
不足しているimportを追加した。
test
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
```
|
2
|
+
|
3
|
+
import static org.junit.Assert.*;
|
2
4
|
|
3
5
|
import static org.hamcrest.CoreMatchers.*;
|
4
6
|
|