Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum UITestActionFilterCategory
Member nameDescription
CriticalFilters in this category are executed first and cannot be bypassed.
PostCriticalFilters in this category are executed after those in the Critical category.
PreGeneralFilters in this category are executed before those in the General category.
GeneralFilters in this category are executed after those in the Critical, PostCritical, and PreGeneral categories.
PostGeneralFilters in this category are executed after those in the General category.
PreSimpleToCompoundActionConversionFilters in this category are executed after those in the General and PostGeneral categories.
SimpleToCompoundActionConversionFilters in this category are executed after those in the PreSimpleTocompoundActionConversion category.
PostSimpleToCompoundActionConversionFilters in this category are executed after those in the SimpleToCompoundActionConversion category.
PreRedundantActionDeletionFilters in this category are executed after those in the PostSimpleToCompoundActionConversion category.
RedundantActionDeletionFilters in this category are executed after those in the PreRedundantActionDeletion category.
PostRedundantActionDeletionFilters in this category are executed after those in the RedundantActionDeletion category.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.