코딩/예외 창고
Spring, JUnit5 @BeforeAll
way to happiness
2022. 7. 2. 15:04
@BeforeAll의 함수는 static이어야한다.
아래와 같이 @TestInstance(TestInstacne.Lifecycle.PER_CLASS)를 붙이지 않으면 static~ 예외 발생한다.