Class PropertyValueMismatch
- java.lang.Object
-
- ru.tinkoff.qa.neptune.core.api.steps.SelfDescribed
-
- ru.tinkoff.qa.neptune.core.api.hamcrest.MismatchDescriber
-
- ru.tinkoff.qa.neptune.core.api.hamcrest.PropertyValueMismatch
-
public final class PropertyValueMismatch extends MismatchDescriber
Common mismatch description.
-
-
Constructor Summary
Constructors Constructor Description PropertyValueMismatch(String propertyName, Object checked, org.hamcrest.Matcher<?> matcher)
PropertyValueMismatch(MatchObjectName matchPropertyName, Object checked, org.hamcrest.Matcher<?> matcher)
-
-
-
Constructor Detail
-
PropertyValueMismatch
public PropertyValueMismatch(String propertyName, Object checked, org.hamcrest.Matcher<?> matcher)
-
PropertyValueMismatch
public PropertyValueMismatch(MatchObjectName matchPropertyName, Object checked, org.hamcrest.Matcher<?> matcher)
-
-