csUnit Class Library

Assert.NotEquals Method (Int32, Int32, String)

Assert the inequality of two integer primitive types and emits a custom message if it is not String.Empty

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

Parameters

expected
The expected value
actual
The actual value
message
The optional message to emit

See Also

Assert Class | csUnit Namespace | Assert.NotEquals Overload List