Skip to content

Instantly share code, notes, and snippets.

@zlandorf
Created July 25, 2020 12:50
Show Gist options
  • Select an option

  • Save zlandorf/c2614ed6e8063c49e05144ac368329e7 to your computer and use it in GitHub Desktop.

Select an option

Save zlandorf/c2614ed6e8063c49e05144ac368329e7 to your computer and use it in GitHub Desktop.
@SpringBootTest
@AutoConfigureMockMvc
class AxonIntegrationTest(@Autowired val mockMvc: MockMvc) {
@Test
fun `some test`() {
// ...
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment