amanda.hinchman-dominguez
06/12/2018, 12:45 AM@WebMvcTest
@ExtendWith(SpringExtension::class)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
class HttpApiTests(@Autowired val mockMvc: MockMvc, @Autowired val restTemplate : TestRestTemplate) { ... }