You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
@nested를 사용하면 도움이 많이 될 거 같네요. 프로젝트를 진행하면서 특징이 비슷한 테스트 코드의 함수명들을 지어줄 경우 중복되는 단어나 문장이 들어갈 때가 많아서 가독성에 좋지 않은 경험이 있었는데요. 이때 @nested를 사용한다면 도움이 많이 될 거 같습니다.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
JUnit 5의 구조
JUnit5 Annotations
JUnit5 Assertions
테스트 케이스의 수행 결과를 판별하는 메소드
JUnit5 Assumption
전제문에 true라면 실행, false라면 종료
CI 같이 특정 환경에서만 테스트를 진행하는 경우에 사용 가능
이외 기초적인 기능 및 이전 버전의 기능은 생략
ETC
BDD(Behavior-Driven Development. 행위 주도 개발)
The text was updated successfully, but these errors were encountered: