The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AssertCondition Enumeration
Indicates how an assertion in a user interface test compares values.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
| Member name | Description | |
|---|---|---|
| AreEqual | Asserts whether the value is equal to the expected value. | |
| AreNotEqual | ||
| IsInstanceOfType | Asserts whether the instance is of the specified type. | |
| IsNotNull | Asserts whether the object is not null. | |
| IsNull | Asserts whether the object is null. |
Show: