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