Overload | Description |
---|---|
BeApproximately(NullableNumericAssertions<Single>,Single,Single,String,Object[]) | Asserts a floating point value approximates another value as close as possible. |
BeApproximately(NullableNumericAssertions<Single>,Nullable<Single>,Single,String,Object[]) | Asserts a floating point value approximates another value as close as possible. Does not throw if null subject value approximates null expectedValue value. |
BeApproximately(NumericAssertions<Single>,Single,Single,String,Object[]) | Asserts a floating point value approximates another value as close as possible. |
BeApproximately(NullableNumericAssertions<Double>,Double,Double,String,Object[]) | Asserts a double value approximates another value as close as possible. |
BeApproximately(NullableNumericAssertions<Double>,Nullable<Double>,Double,String,Object[]) | Asserts a double value approximates another value as close as possible. Does not throw if null subject value approximates null expectedValue value. |
BeApproximately(NumericAssertions<Double>,Double,Double,String,Object[]) | Asserts a double value approximates another value as close as possible. |
BeApproximately(NullableNumericAssertions<Decimal>,Decimal,Decimal,String,Object[]) | Asserts a decimal value approximates another value as close as possible. |
BeApproximately(NullableNumericAssertions<Decimal>,Nullable<Decimal>,Decimal,String,Object[]) | Asserts a decimal value approximates another value as close as possible. Does not throw if null subject value approximates null expectedValue value. |
BeApproximately(NumericAssertions<Decimal>,Decimal,Decimal,String,Object[]) | Asserts a decimal value approximates another value as close as possible. |