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