Interface ExpectMatcher

    • Method Detail

      • matches

        boolean matches​(String line,
                        String pattern)
        Match a command output line against a defined pattern.
        Parameters:
        line - the line of output to search
        pattern - the pattern required
        Returns:
        boolean