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 the relationship between the expected value and the actual string value.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Enumeration StringAssertCondition
public enum StringAssertCondition
public enum class StringAssertCondition
type StringAssertCondition
public enum StringAssertCondition
Members
Member name | Description | |
---|---|---|
Matches | The values match. | |
DoesNotMatch | The values do not match. | |
StartsWith | The actual value starts with the expected value. | |
EndsWith | The actual value ends with the expected value. | |
Contains | The actual value contains the expected value. |