Uses of Class
org.springframework.test.web.servlet.assertj.HandlerResultAssert
Packages that use HandlerResultAssert
-
Uses of HandlerResultAssert in org.springframework.test.web.servlet.assertj
Subclasses with type arguments of type HandlerResultAssert in org.springframework.test.web.servlet.assertjModifier and TypeClassDescriptionclassAssertJ assertions that can be applied to a handler or handler method.Methods in org.springframework.test.web.servlet.assertj that return HandlerResultAssertModifier and TypeMethodDescriptionMvcTestResultAssert.handler()Return a new assertion object that uses the handler as the object to test.Verify that the handler is of the giventype.HandlerResultAssert.isInvokedOn(Class<T> controllerType, Function<T, Object> handlerMethod) Verify that the handler is managed by the givenhandlerMethod.HandlerResultAssert.isMethodHandler()Verify that the handler is managed by a method invocation, typically on a controller.