공부내용 정리/자바
2023. 9. 3.
객체지향 패러다임 1 (Password Validator)
패스트캠퍼스 "10개 프로젝트로 완성하는 백엔드 웹개발" 중 홍종완님의 강의를 수강하고 작성한 내용입니다. 1. 테스트 코드 실습 자바 단위 테스팅 프레임 워크 - JUnit5 사용 https://junit.org/junit5/docs/current/user-guide/#writing-tests JUnit 5 User Guide Although the JUnit Jupiter programming model and extension model do 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..