indicates whether or not the matcher matched (if the property had its expected value, it was a match)
the name of the property (of type P
) that was matched against
the expected value of the property
the actual value of the property
the actual value of the property
the expected value of the property
indicates whether or not the matcher matched (if the property had its expected value, it was a match)
the name of the property (of type P
) that was matched against
the name of the property (of type P
) that was matched against
The result of a property match operation such as one performed by a
HavePropertyMatcher
, which contains one field that indicates whether the match succeeded (i.e., the property had its expected value), one field that provides the name of the property, and two fields giving the expected and actual values.HavePropertyMatchResult
's type parameter,P
, specifies the type of the property.For an example of a
HavePropertyMatchResult
in action, see the documentation forHavePropertyMatcher
.indicates whether or not the matcher matched (if the property had its expected value, it was a match)
the name of the property (of type
P
) that was matched againstthe expected value of the property
the actual value of the property