NUnit3Settings.

TestParams Property

Summary

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

Syntax

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

Value

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