-
Create a fluent asserter for Double values (double and
Double)
Assert.DoubleAsserter.max(double maxValue)
Ensure that the input value is under the given value
Assert.DoubleAsserter.min(double minValue)
Ensure that the input value is over the given value
Assert.DoubleAsserter.over(double floor)
Ensure that the input value is over the given floor
Ensure that the input value is positive (0 is positive)
Ensure that the input value is strictly positive (0 is not strictly positive)
Assert.DoubleAsserter.under(double ceil)
Ensure that the input value is under the given ceil