— 단위 테스트 Java 애플리케이션을 위한 사실상의 표준입니다.
& Spring Boot Test — Spring Boot 애플리케이션을 위한 유틸리티 및 통합 테스트 지원.
— 유창한 어설션 라이브러리.
— 매처 객체의 라이브러리(제약 조건 또는 조건자라고도 함).
— 자바 목킹 프레임워크.
— JSON용 어설션 라이브러리입니다.
— JSON용 XPath.
MOCK
— 모의 서블릿 환경을 로드 하고 제공합니다.RANDOM_PORT
— provides a real servlet environment. listening on a random port.DEFINED_PORT
—provides a real servlet environment. listening on a defined port (default port 8080
).NONE
— Loads an ApplicationContext
using SpringApplication
but does not provide any servlet environment (mock or otherwise).@MockBean
: add new beans, or replace a single existing bean definitionThe mock simply creates a bare-bones shell instance of the Class