Class RequireAllMatchersChecker

  • All Implemented Interfaces:
    MatchingChecker

    public class RequireAllMatchersChecker
    extends Object
    implements MatchingChecker
    Check that all matchers are satisfied.
    Since:
    1.8.1
    Author:
    Jerome Leleu
    • Constructor Detail

      • RequireAllMatchersChecker

        public RequireAllMatchersChecker()
    • Method Detail

      • matches

        public boolean matches​(WebContext context,
                               String matcherNames,
                               Map<String,​Matcher> matchersMap)
        Description copied from interface: MatchingChecker
        Check if the web context matches.
        Specified by:
        matches in interface MatchingChecker
        Parameters:
        context - the web context
        matcherNames - the matchers
        matchersMap - the map of matchers
        Returns:
        whether the web context matches