Click or drag to resize
Assert Methods

The Assert type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAreEqual
Verifies that two specified strings are equal. The assertion fails if they are not equal.
Public methodStatic memberAreNotEqual
Verifies that two specified strings are not equal. The assertion fails if they are equal.
Public methodStatic memberIsFalse
Verifies that the specified condition is true. The assertion fails if the condition is false.
Public methodStatic memberIsTrue
Verifies that the specified condition is false. The assertion fails if the condition is true.
Top
See Also