XUnitRunner.

Run(FilePath, XUnitSettings) Method

Summary

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

Syntax

public void Run(FilePath assemblyPath, XUnitSettings settings)

Parameters

Name Type Description
assemblyPath FilePath The assembly path.
settings XUnitSettings The settings.

Return Value

Type Description
void