Searched defs:closeTo (Results 1 – 3 of 3) sorted by relevance
60 public static Matcher<Double> closeTo(double operand, double error) { in closeTo() method in IsCloseTo
58 public static Matcher<BigDecimal> closeTo(BigDecimal operand, BigDecimal error) { in closeTo() method in BigDecimalCloseTo
1222 public static org.hamcrest.Matcher<java.lang.Double> closeTo(double operand, double error) { in closeTo() method in Matchers1247 …public static org.hamcrest.Matcher<java.math.BigDecimal> closeTo(java.math.BigDecimal operand, jav… in closeTo() method in Matchers