Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates how an assertion in a user interface test compares values.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Enumeration AssertCondition
public enum AssertCondition
public enum class AssertCondition
type AssertCondition
public enum AssertCondition
Members
Member name | Description | |
---|---|---|
AreEqual | Asserts whether the value is equal to the expected value. | |
AreNotEqual | ||
IsNull | Asserts whether the object is nulla null reference (Nothing in Visual Basic). | |
IsNotNull | Asserts whether the object is not nulla null reference (Nothing in Visual Basic). | |
IsInstanceOfType | Asserts whether the instance is of the specified type. |