Program/JAVA
@TestInstance
HEAD1TON
2023. 10. 27. 16:38
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
테스트 인스턴스 단위를 클래스로 설정하자.
테스트는 메소드 단위이기에...