Interface ActionResultMatcher
-
- All Superinterfaces:
org.springframework.test.web.servlet.ResultMatcher
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ActionResultMatcher extends org.springframework.test.web.servlet.ResultMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidmatch(ActionResult result)default voidmatch(org.springframework.test.web.servlet.MvcResult result)
-
-
-
Method Detail
-
match
void match(ActionResult result) throws java.lang.Exception
- Throws:
java.lang.Exception
-
match
default void match(org.springframework.test.web.servlet.MvcResult result) throws java.lang.Exception- Specified by:
matchin interfaceorg.springframework.test.web.servlet.ResultMatcher- Throws:
java.lang.Exception
-
-