Assert Methods |
The Assert type exposes the following members.
Name | Description | |
---|---|---|
AreEqual |
Verifies that two specified strings are equal. The assertion fails if they are not equal.
| |
AreNotEqual |
Verifies that two specified strings are not equal. The assertion fails if they are equal.
| |
IsFalse |
Verifies that the specified condition is true. The assertion fails if the condition is false.
| |
IsTrue |
Verifies that the specified condition is false. The assertion fails if the condition is true.
|