UITestActionFilter Class

 

Contains methods and properties to aggregate similar action results into a single result.

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionFilter

Syntax

public abstract class UITestActionFilter
public ref class UITestActionFilter abstract 
[<AbstractClass>]
type UITestActionFilter = class end
Public MustInherit Class UITestActionFilter

Constructors

Name Description
System_CAPS_protmethod UITestActionFilter()

Initializes a new instance of the UITestActionFilter class.

Properties

Name Description
System_CAPS_pubproperty ApplyTimeout

Gets a value that indicates whether to apply aggregator time-out limits.

System_CAPS_pubproperty Category

Gets the category to use to group the filtered list of actions.

System_CAPS_pubproperty Enabled

Gets a value that indicates whether this filter is enabled.

System_CAPS_pubproperty FilterType

Gets the type of this filter.

System_CAPS_pubproperty Group

Gets the name of the group to which this filter belongs.

System_CAPS_pubproperty Name

Gets the name of this filter that is included in log messages.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ProcessRule(IUITestActionStack)

When implemented in a derived class, processes your custom rule for aggregating several action results into one result, and returns a value that indicates whether to end aggregation or to continue aggregating actions.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

When you inherit this class, you must implement the ProcessRule method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

ProcessRule
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Enable Coded UI Testing of Your Controls
Creating Custom Test Types in Visual Studio

Return to top