728x90 단위 테스트1 Spring boot 단위 테스트 단위 테스트 (Slice Test) > 레이어별로 잘라서 테스트하고 싶은 경우 사용 방법 (이전의 예제 사용) 참고 : https://developing-countries.tistory.com/57 의 3번 예제 @WebMvcTest > web관련 Bean만 생성 > Service들을 MockBean으로 생성해줘야함 ex) @Controller, @ControllerAdvice, @JsonComponent @RunWith(SpringRunner.class) @WebMvcTest(SampleController.class) class SampleControllerTest { @Autowired MockMvc mockMvc; @MockBean SampleService mockSampleService; @Tes.. 2022. 2. 20. 이전 1 다음 728x90