Overload | Description |
---|---|
BeCloseTo(NumericAssertions<SByte>,SByte,Byte,String,Object[]) | Asserts an integral value is close to another value within a specified value. |
BeCloseTo(NumericAssertions<Byte>,Byte,Byte,String,Object[]) | Asserts an integral value is close to another value within a specified value. |
BeCloseTo(NumericAssertions<Int16>,Int16,UInt16,String,Object[]) | Asserts an integral value is close to another value within a specified value. |
BeCloseTo(NumericAssertions<UInt16>,UInt16,UInt16,String,Object[]) | Asserts an integral value is close to another value within a specified value. |
BeCloseTo(NumericAssertions<Int32>,Int32,UInt32,String,Object[]) | Asserts an integral value is close to another value within a specified value. |
BeCloseTo(NumericAssertions<UInt32>,UInt32,UInt32,String,Object[]) | Asserts an integral value is close to another value within a specified value. |
BeCloseTo(NumericAssertions<Int64>,Int64,UInt64,String,Object[]) | Asserts an integral value is close to another value within a specified value. |
BeCloseTo(NumericAssertions<UInt64>,UInt64,UInt64,String,Object[]) | Asserts an integral value is close to another value within a specified value. |