XUnit2Runner.

Run(IEnumerable<FilePath>, XUnit2Settings) Method

Summary

Runs the tests in the specified assembly.
Namespace
Cake.Common.Tools.XUnit
Containing Type
XUnit2Runner

Syntax

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

Parameters

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

Return Value

Type Description
void