====== SpringBoot WebMvcTest ====== * [[springframework:springboot:test|SpringBoot Test]] * [[springframework:mvc|Spring MVC]] * ''@WebMvcTest'' * ''@AutoConfigureMockMvc'' * ''TestRestTemplate'' * [[https://docs.spring.io/spring-cloud-contract/docs/current/reference/html/project-features.html#features-wiremock-spring-mvc-mocks|Spring Cloud Contract Features]] Wiremock ===== 참조 ===== * [[http://www.javacodegeeks.com/2013/04/spring-mvc-introduction-in-testing.html|Spring MVC Introduction in testing]] * [[http://www.petrikainulainen.net/spring-mvc-test-tutorial/|Spring MVC Test Tutorial]] * [[http://www.slideshare.net/sbcoba/spring-test-mvc|Spring test mvc 발표자료]] * [[http://goessner.net/articles/JsonPath/|JsonPath]]를 이용해 JSON 검증도 가능 * [[https://www.baeldung.com/spring-mock-mvc-rest-assured|REST-assured Support for Spring MockMvc | Baeldung]] * [[https://www.baeldung.com/mockmvc-kotlin-dsl|MockMvc Kotlin DSL | Baeldung]]