public static class DoubleMatchers.DefaultImpls
| Modifier and Type | Method and Description |
|---|---|
static Matcher<java.lang.Double> |
exactly(DoubleMatchers $this,
double d) |
static ToleranceMatcher |
plusOrMinus(DoubleMatchers $this,
double $receiver,
double tolerance) |
public static ToleranceMatcher plusOrMinus(DoubleMatchers $this, double $receiver, double tolerance)
public static Matcher<java.lang.Double> exactly(DoubleMatchers $this, double d)