-
Create a fluent asserter for Float values (float and
Float)
Assert.FloatAsserter.max(float maxValue)
Ensure that the input value is under the given value
Assert.FloatAsserter.min(float minValue)
Ensure that the input value is over the given value
Assert.FloatAsserter.over(float 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.FloatAsserter.under(float ceil)
Ensure that the input value is under the given ceil