回答編集履歴

1

不足しているimportを追加した。

2016/01/18 12:47

投稿

eripong
eripong

スコア1546

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