XUnit2Settings.

MethodsToInclude Property

Summary

Gets the test methods to include.
Namespace
Cake.Common.Tools.XUnit
Containing Type
XUnit2Settings

Syntax

public ICollection<string> MethodsToInclude { get; }

Remarks

Runs the given test methods (should be fully specified; i.e., 'MyNamespace.MyClass.MyTestMethod') If more than one is specified, it acts as an OR operation.

Value

Type Description
ICollection<string> The namespaces to include.