| Name | Description | |
|---|---|---|
![]() ![]() | BeApproximately | Overloaded. Asserts a floating point value approximates another value as close as possible. |
![]() ![]() | BeCloseTo | Overloaded. Asserts an integral value is close to another value within a specified value. |
![]() ![]() | BeNaN | Overloaded. Asserts that the number is seen as not a number (NaN). |
![]() ![]() | NotBeApproximately | Overloaded. Asserts a floating point value does not approximate another value by a given amount. |
![]() ![]() | NotBeCloseTo | Overloaded. Asserts an integral value is not within another value by a specified value. |
![]() ![]() | NotBeNaN | Overloaded. Asserts that the number is not seen as the special value not a number (NaN). |


