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, FilePath project, XUnit2Settings xunitSettings)
Attributes
Type |
Description |
CakeAliasCategoryAttribute |
|
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake Context |
project |
FilePath |
DotNet Test Project File Path |
xunitSettings |
XUnit2Settings |
XUnit2 DotNet Test Settings Configurer |
Return Value