XUnitAliases.

XUnit(ICakeContext, GlobPattern) Method

Summary

Runs all xUnit.net tests in the assemblies matching the specified pattern.
Namespace
Cake.Common.Tools.XUnit
Containing Type
XUnitAliases

Syntax

[CakeMethodAlias]
public static void XUnit(this ICakeContext context, GlobPattern pattern)

Examples

XUnit("./src/**/bin/Release/*.Tests.dll");

Attributes

Type Description
CakeMethodAliasAttribute An attribute used to mark script method aliases.

Parameters

Name Type Description
context ICakeContext The context.
pattern GlobPattern The pattern.

Return Value

Type Description
void