AssertJ 사용법 공부
공식문서 : https://joel-costigliola.github.io/assertj/assertj-core-features-highlight.html
AssertJ / Fluent assertions for java
AssertJ has many great features that not everybody is aware of, here are some of them. Basic tips : Iterable and arrays assertions : Advanced tips : We want to start typing asser and let code completion suggest assertThat from AssertJ (and not the one from
joel-costigliola.github.io
AssertJ 필수 기능 정리 : https://steady-coding.tistory.com/351
AssertJ 필수 기능 정리 (JAVA)
안녕하세요? 코딩중독입니다. JUnit가 같이 쓰기 좋은 AssertJ의 필수 기능들에 대해 소개하려고 합니다. 공식 문서는 이곳에서 참고하실 수 있으며, 틀리거나 미흡한 부분은 지적해 주시면 감사하
steady-coding.tistory.com
AssertJ 기본 사용법 : https://insight-bgh.tistory.com/508
AssertJ 기본 사용법
1. AssertJ란? AssertJ란 asssertion(직역 : 주장)을 제공하는 자바 라이브러리로 에러 메세지와 테스트 코드의 가독성을 높여주는 라이브러리이다. junit5에서 제공하는 Assertions의 assert는 인자 순서 (expect
insight-bgh.tistory.com