AssertNotEquals¶
Asserts that the expected value is not equal to the actual value. If the values are equal, an error is thrown.
1 |
|
Parameters¶
any expected
The expected value.
any actual
The actual value.
string message
The message to display if the condition is false.
Remarks¶
Example¶
1 |
|