XUnit2Aliases.

XUnit2(ICakeContext, GlobPattern) Method

Summary

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

Syntax

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

Examples

XUnit2("./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