public class BigDecEqualityMatcher
extends org.hamcrest.TypeSafeMatcher<java.math.BigDecimal>
| Modifier | Constructor and Description |
|---|---|
protected |
BigDecEqualityMatcher(java.math.BigDecimal expectedValue,
boolean strictMatch) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(java.math.BigDecimal num,
org.hamcrest.Description out) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(java.math.BigDecimal num) |
protected BigDecEqualityMatcher(java.math.BigDecimal expectedValue,
boolean strictMatch)
protected boolean matchesSafely(java.math.BigDecimal num)
matchesSafely in class org.hamcrest.TypeSafeMatcher<java.math.BigDecimal>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(java.math.BigDecimal num,
org.hamcrest.Description out)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<java.math.BigDecimal>