This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Incubator.
Summary
Syntax
public static void DotNetTest(this ICakeContext context, DotNetTestSettings settings, FilePath project, XUnit2Settings xunitSettings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake Context |
settings |
DotNetTestSettings |
DotNet Test Settings |
project |
FilePath |
DotNet Test Project Path |
xunitSettings |
XUnit2Settings |
XUnit2 DotNet Test Settings Configurer |
Return Value