MSTestRunner.

Run(IEnumerable<FilePath>, MSTestSettings) Method

Summary

Runs the tests in the specified assembly.
Namespace
Cake.Common.Tools.MSTest
Containing Type
MSTestRunner

Syntax

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

Parameters

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

Return Value

Type Description
void