VSTestSettings.

TestCaseFilter Property

Summary

Gets or sets an expression to run only tests that match, of the format <property>Operator<value>[|&<Expression>] where Operator is one of =, != or ~ (Operator ~ has 'contains' semantics and is applicable for string properties like DisplayName). Parenthesis () can be used to group sub-expressions. Examples: Priority=1 (FullyQualifiedName~Nightly|Name=MyTestMethod).
Namespace
Cake.Common.Tools.VSTest
Containing Type
VSTestSettings

Syntax

public string TestCaseFilter { get; set; }

Value

Type Description
string