csUnit Class Library

Assert.NotEquals Method (Single, Single, Single, String)

Asserts that the difference between two Singles is larger than a permitted delta.

public static void NotEquals(
   float expected,
   float actual,
   float permittedDelta,
   string message
);

Parameters

expected
The expected Single value.
actual
The actual Single value.
permittedDelta
The permitted delta between the two.
message
Message to display if delta is not larger than the permitted value.

See Also

Assert Class | csUnit Namespace | Assert.NotEquals Overload List