EnumFilterComparison
Enum
Serves as comparison types enum for filtering string type Test properties. Note: Shall we add a new item here a separate case needs to be implemented in the Match method.
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[DataContract]
public enum FilterComparison
Fields
Contains
Whether the actual value contains the given one.
EndsWith
Whether the actual value ends with the given one.
Equals
Whether the actual value equals the given one.
NotContains
Whether the actual value does not contain the given one.
NotEquals
Whether the actual value differs from the given one.
StartsWith
Whether the actual value starts with the given one.