Uses of Class
org.springframework.test.web.servlet.assertj.MvcTestResultAssert
Packages that use MvcTestResultAssert
-
Uses of MvcTestResultAssert in org.springframework.test.web.servlet.assertj
Subclasses with type arguments of type MvcTestResultAssert in org.springframework.test.web.servlet.assertjSubinterfaces with type arguments of type MvcTestResultAssert in org.springframework.test.web.servlet.assertjModifier and TypeInterfaceDescriptioninterfaceProvides the result of an executed request usingMockMvcTesterthat is meant to be used withassertThat.Classes in org.springframework.test.web.servlet.assertj that implement interfaces with type arguments of type MvcTestResultAssertModifier and TypeClassDescriptionfinal classA builder forMockMultipartHttpServletRequestthat supports AssertJ.final classA builder forMockHttpServletRequestthat supports AssertJ.Methods in org.springframework.test.web.servlet.assertj that return MvcTestResultAssertModifier and TypeMethodDescriptionMvcTestResultAssert.apply(ResultHandler resultHandler) Apply the givenResultHandlerto the actual MVC result.MockMvcTester.MockMultipartMvcRequestBuilder.assertThat()MockMvcTester.MockMvcRequestBuilder.assertThat()MvcTestResultAssert.debug()PrintMvcResultdetails toSystem.out.MvcTestResultAssert.debug(OutputStream stream) PrintMvcResultdetails to the suppliedOutputStream.MvcTestResultAssert.doesNotHaveFailed()Verify that the request has not failed.MvcTestResultAssert.hasFailed()Verify that the request has failed.MvcTestResultAssert.hasViewName(String viewName) Verify that aModelAndViewis available with a view name equal to the given one.MvcTestResultAssert.matches(ResultMatcher resultMatcher) Verify that the actual MVC result matches the givenResultMatcher.