MSpecRunner.

Run(IEnumerable<FilePath>, MSpecSettings) Method

Summary

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

Syntax

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

Parameters

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

Return Value

Type Description
void