인텔리제이 junit4 자동생성 포멧 import 바꾸기 위에 메뉴에 들어가서 보면 1import static org.junit.Assert.*; 위에 Assert가 import 되어 있다. 난 assertj가 좋으니 아래 처럼 구문을 수정하면 된다. 12import static org.assertj.core.api.Assertions.assertThat; 참조