Uses of Interface
org.springframework.test.web.servlet.assertj.MvcTestResult
Packages that use MvcTestResult
- 
Uses of MvcTestResult in org.springframework.test.web.servlet.assertj
Methods in org.springframework.test.web.servlet.assertj that return MvcTestResultModifier and TypeMethodDescriptionMockMvcTester.MockMultipartMvcRequestBuilder.asyncExchange()Execute the request and do not attempt to wait for the completion of an asynchronous request.MockMvcTester.MockMvcRequestBuilder.asyncExchange()Execute the request and do not attempt to wait for the completion of an asynchronous request.MockMvcTester.MockMultipartMvcRequestBuilder.exchange()Execute the request.Execute the request and wait at most the giventimeToWaitduration for the asynchronous request to complete.MockMvcTester.MockMvcRequestBuilder.exchange()Execute the request.Execute the request and wait at most the giventimeToWaitduration for the asynchronous request to complete.MockMvcTester.perform(RequestBuilder requestBuilder) Perform a request using the givenRequestBuilderand return aresultthat can be used with standardAssertJassertions.