MemberserviceTest fail 에러
import 부분에서 하단의 내용 둘다 있어야 수업 내용중에 assertThat 이랑 fail()사용하실 수 있어요.message없는 fail()은 org.junit.jupiter.api.Assertions.*; 를 import 해야 호출 가능합니다!import static org.assertj.core.api.Assertions.*; import static org.junit.jupiter.api.Assertions.*;