ClassFilter
Represents the mechanism to filter objects.
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
public class Filter
Inheritance: objectFilter
Constructors
Filter()
Declaration
public Filter()
Properties
AcceptAll
Get whether the filter operates over all the tests in the project.
Comparisons
Gets the list of the filter comparisons.
Keys
Gets the list of the filter keys.
Methods
AcceptAllTests()
Tells the filter to operate over all the tests in the project.
Declaration
public void AcceptAllTests()
AddClause(string, int)
Adds an equality clause for integer property value.
AddClause(string, object, int)
Adds a clause to the filtering criteria for an integer property value.
AddClause(string, object, string)
Adds a clause to the filtering criteria.
AddClause(string, string)
Adds an equality clause.
GetFilterPropertyNames(Type)
Get the list of all target properties we can filter against.
Match(object)
Gets whether the given test matches the current filtering criteria.
RemoveClauseAt(int)
Removes the filter clause by the specified index.
Declaration
public void RemoveClauseAt(int index)
Parameters
index
The index of the clause.