XUnit2Settings.

TraitsToExclude Property

Summary

Gets the traits to exclude.
Namespace
Cake.Common.Tools.XUnit
Containing Type
XUnit2Settings

Syntax

public IDictionary<string, IList<string>> TraitsToExclude { get; private set; }

Remarks

Do not run tests with matching name/value traits. If more than one is specified, it acts as an AND operation.

Value

Type Description
IDictionary<string, IList<string>> The traits to exclude.