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 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:
        match in interface org.springframework.test.web.servlet.ResultMatcher
        Throws:
        java.lang.Exception