WebTestClientspring-webflux에서 통신객체로 사용되는 webclient와 유사하며, webClient에서 제공되는 메서드를 동일하게 사용할 수 있고 WebTestClient는 별도의 생성 메서드와 body, cookie, header, status 검증 메서드를 제공한다. WebTestClient 생성webTestController를 생성할 수 있는 방법은 총 5가지가 있다. bindToController : controller들을 제공하여 WebTestClient를 생성한다. bindToRouterFunction : RouterFunction들을 제공하여 WebTestClient를 생성한다.bindToApplicationContext : ApplicationContext 내의 b..