NUnit3Runner.

Run(IEnumerable<FilePath>, NUnit3Settings) Method

Summary

Runs the tests in the specified assemblies, using the specified settings.
Namespace
Cake.Common.Tools.NUnit
Containing Type
NUnit3Runner

Syntax

public void Run(IEnumerable<FilePath> assemblyPaths, NUnit3Settings settings)

Parameters

Name Type Description
assemblyPaths IEnumerable<FilePath> The assembly paths.
settings NUnit3Settings The settings.

Return Value

Type Description
void