AssertCondition Enumeration

 

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

public enum AssertCondition
public enum class AssertCondition
type AssertCondition
Public Enumeration AssertCondition

Members

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.

See Also

AssertAction
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top