public class BigDecPropertyMatcher extends org.hamcrest.TypeSafeMatcher<BigDecimal>
| Constructor and Description |
|---|
BigDecPropertyMatcher(org.hamcrest.Matcher<? super Integer> precisionMatcher,
org.hamcrest.Matcher<? super Integer> scaleMatcher,
boolean normalizedPrecision,
boolean normalizedScale) |
| 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 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.