AssertNotEquals¶
Asserts the expected value is not equal to the actual value. If not, 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 |
|