Cake.Common.Tools.XUnit Namespace

Summary

This namespace contain types used to interact with XUnit.

Class Types

Class Summary
XUnit2Aliases

Contains functionality related to running xunit tests.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the XUnit2Settings class:

#tool "nuget:?package=xunit.runner.console"

XUnit2Runner The xUnit.net v2 test runner.
XUnit2Settings Contains settings used by XUnit2Runner.
XUnit2SettingsExtensions Contains functionality related to XUnit2 settings.
XUnitAliases

Contains functionality related to running xunit tests.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the XUnitSettings class:

#tool "nuget:?package=xunit.runner.console&version=2.2.0"

XUnitRunner The xUnit.net (v1) test runner.
XUnitSettings Contains settings used by XUnitRunner.

Enum Types

Enum Summary
ParallelismOption Represents XUnit2's options for parallel test execution.