Interface Match


  • public interface Match
    Match interface for a parameter of the ParameterMatcher.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • isMatch

        boolean isMatch​(java.lang.Object expected,
                        java.lang.Object actual)
        Flags whether matches.
        Parameters:
        expected - Expected.
        actual - Actual.
        Returns:
        true if matches.