개인적 정리
테스트 코드를 작성하기 전에 한번 읽어보자
설이주인
2022. 4. 11. 00:41
https://brunch.co.kr/@springboot/418
주니어 개발자를 위한 단위테스트 샘플 코드 소개
자바&스프링 환경에서 단위 테스트 경험해보기 | 제 글을 읽지 마세요! 최근에 나온"단위테스트" 라는 책을 읽어보시길 바랍니다. ^^ (2021.06.15) 추가 의견 이 글을 작성한지 1년이란 시간이 지났습
brunch.co.kr
금주는 아래 링크 따라하면서 junit5와 좀 친해지자....!!
https://junit.org/junit5/docs/current/user-guide/#writing-tests
JUnit 5 User Guide
Although the JUnit Jupiter programming model and extension model will not support JUnit 4 features such as Rules and Runners natively, it is not expected that source code maintainers will need to update all of their existing tests, test extensions, and cus
junit.org