Uses of Class
org.springframework.test.util.MethodAssert
Package
Description
General utility classes for use in unit and integration tests.
AssertJ support for MockMvc.
-
Uses of MethodAssert in org.springframework.test.util
Modifier and TypeMethodDescriptionMethodAssert.hasDeclaringClass
(Class<?> type) Verify that the actual method is declared in the giventype
.Verify that the actual method has the given name. -
Uses of MethodAssert in org.springframework.test.web.servlet.assertj