Uses of Class
org.springframework.test.web.servlet.assertj.AssertableMockMvc
Packages that use AssertableMockMvc
-
Uses of AssertableMockMvc in org.springframework.test.web.servlet.assertj
Methods in org.springframework.test.web.servlet.assertj that return AssertableMockMvcModifier and TypeMethodDescriptionstatic AssertableMockMvcCreate aAssertableMockMvcinstance that delegates to the givenMockMvcinstance.static AssertableMockMvcAssertableMockMvc.from(WebApplicationContext applicationContext) Shortcut to create anAssertableMockMvcinstance using the given, fully initialized (i.e., refreshed)WebApplicationContext.static AssertableMockMvcAssertableMockMvc.from(WebApplicationContext applicationContext, Function<DefaultMockMvcBuilder, MockMvc> customizations) Create anAssertableMockMvcinstance using the given, fully initialized (i.e., refreshed)WebApplicationContext.static AssertableMockMvcShortcut to create anAssertableMockMvcinstance by registering one or more@Controllerinstances.static AssertableMockMvcAssertableMockMvc.of(Collection<?> controllers, Function<StandaloneMockMvcBuilder, MockMvc> customizations) Create anAssertableMockMvcinstance by registering one or more@Controllerinstances and configuring Spring MVC infrastructure programmatically.AssertableMockMvc.withHttpMessageConverters(Iterable<HttpMessageConverter<?>> httpMessageConverters) Return a newAssertableMockMvcinstance using the specified message converters.