public class BigDecEqualityMatcher extends org.hamcrest.TypeSafeMatcher<BigDecimal>
| Modifier | Constructor and Description |
|---|---|
protected |
BigDecEqualityMatcher(BigDecimal expectedValue,
boolean strictMatch) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(BigDecimal num,
org.hamcrest.Description out) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(BigDecimal num) |
protected BigDecEqualityMatcher(BigDecimal expectedValue, boolean strictMatch)
protected boolean matchesSafely(BigDecimal num)
matchesSafely in class org.hamcrest.TypeSafeMatcher<BigDecimal>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(BigDecimal num, org.hamcrest.Description out)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<BigDecimal>Copyright © 2015–2016 Boleslav Bobcik - Auderis. All rights reserved.