```@WebMvcTest @ExtendWith(SpringExtension::class)...
# server
a
Copy code
@WebMvcTest
@ExtendWith(SpringExtension::class)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
class HttpApiTests(@Autowired val mockMvc: MockMvc, @Autowired val restTemplate : TestRestTemplate) { ... }