Class PropertyValueMismatch


  • public final class PropertyValueMismatch
    extends MismatchDescriber
    Common mismatch description.
    • Constructor Detail

      • PropertyValueMismatch

        public PropertyValueMismatch​(String propertyName,
                                     Object checked,
                                     org.hamcrest.Matcher<?> matcher)
      • PropertyValueMismatch

        public PropertyValueMismatch​(MatchObjectName matchPropertyName,
                                     Object checked,
                                     org.hamcrest.Matcher<?> matcher)