UITestActionFilterCategory Enumeration

 

Represents the categories for UITestActionFilter objects.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public enum UITestActionFilterCategory
public enum class UITestActionFilterCategory
type UITestActionFilterCategory
Public Enumeration UITestActionFilterCategory

Members

Member name Description
PostCritical

Filters in this category are executed after those in the Critical category.

PostGeneral

Filters in this category are executed after those in the General category.

PostRedundantActionDeletion

Filters in this category are executed after those in the RedundantActionDeletion category.

PostSimpleToCompoundActionConversion

Filters in this category are executed after those in the SimpleToCompoundActionConversion category.

PreGeneral

Filters in this category are executed before those in the General category.

PreRedundantActionDeletion

Filters in this category are executed after those in the PostSimpleToCompoundActionConversion category.

PreSimpleToCompoundActionConversion

Filters in this category are executed after those in the General and PostGeneral categories.

See Also

UITestActionFilter
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top