XUnit2 Module
Contains tasks to run xUnit v2 unit tests.
Types
Type | Description |
Functions and values
Function or value | Description |
|
|
Full Usage:
buildArgs parameters assemblies
Parameters:
XUnit2Params
-
XUnit parameters
assemblies : seq<string>
-
List of assemblies to run tests in
Returns: string
|
|
Full Usage:
run setParams assemblies
Parameters:
XUnit2Params -> XUnit2Params
-
Function used to manipulate the default XUnit2Params value.
assemblies : seq<string>
-
Sequence of one or more assemblies containing xUnit unit tests.
|
Runs xUnit v2 unit tests in the given assemblies via the given xUnit2 runner. Will fail if the runner terminates with non-zero exit code. The xUnit2 runner terminates with a non-zero exit code if any of the tests in the given assembly fail.
Example
|