NUnit3Settings.

Params Property

Summary

Gets or sets the parameters that should be passed to the runner.
Namespace
Cake.Common.Tools.NUnit
Containing Type
NUnit3Settings

Syntax

public IDictionary<string, string> Params { get; set; }

Value

Type Description
IDictionary<string, string> List of parameters (key/value) which are passed to the runner.