Home
last modified time | relevance | path

Searched defs:closeTo (Results 1 – 3 of 3) sorted by relevance

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/
DIsCloseTo.java60 public static Matcher<Double> closeTo(double operand, double error) { in closeTo() method in IsCloseTo
DBigDecimalCloseTo.java58 public static Matcher<BigDecimal> closeTo(BigDecimal operand, BigDecimal error) { in closeTo() method in BigDecimalCloseTo
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java1222 public static org.hamcrest.Matcher<java.lang.Double> closeTo(double operand, double error) { in closeTo() method in Matchers
1247 …public static org.hamcrest.Matcher<java.math.BigDecimal> closeTo(java.math.BigDecimal operand, jav… in closeTo() method in Matchers