The type of the result of the operation.
Asserts that the value is close to the expected value within the specified delta.
The expected value to compare against
The maximum allowed difference between actual and expected. Note: A negative delta will never result in a passing assertion since the absolute difference is always non-negative.
OptionalevalMsg: MsgSourceThe message to evaluate if the assertion fails
The result of the operation, which will generally be the existing IAssertScope.that object.
An AssertionFailure if the assertion fails
This interface provides methods for checking if the current
actualvalue is close to an expected value within a specified delta (tolerance).Since
0.1.5