Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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