VSTestRunner.

Run(IEnumerable<FilePath>, VSTestSettings) Method

Summary

Runs the tests in the specified assembly.
Namespace
Cake.Common.Tools.VSTest
Containing Type
VSTestRunner

Syntax

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

Parameters

Name Type Description
assemblyPaths IEnumerable<FilePath> The assembly path.
settings VSTestSettings The settings.

Return Value

Type Description
void