x80486
06/16/2017, 11:18 PM@Inherited
@ActiveProfiles("development")
@Target(AnnotationTarget.TYPE)
@Retention(AnnotationRetention.RUNTIME)
@AutoConfigureMockMvc(print = MockMvcPrint.LOG_DEBUG)
@ContextConfiguration(classes = arrayOf(Application::class))
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
annotation class SpringWebMockMvcTest