spring-webflux Mockito 로 WebClient 테스트 하기 張's blog 2022. 6. 1. 23:25 https://wave1994.tistory.com/179 Spring boot :: Mockito 로 WebClient 테스트 하기 Introduction WebClient 를 사용하여 외부 API 를 Mock 기반 테스트를 할 때, response 값에 대한 stub 객체를 만드는 방법에 대하여 정리해보려고 한다. 전체 코드는 Github 에서 확인할 수 있다. Problems 일반적 wave1994.tistory.com