OBSOLETE
use Fake.DotNet.Testing.XUnit2 instead (yes please migrate to xunit2)
XUnitHelper
DEPRECATED. See Fake.Testing.XUnit
.
Contains tasks to run xUnit unit tests.
Nested types and modules
Type | Description |
XUnitErrorLevel |
OBSOLETEuse Fake.DotNet.Testing.XUnit2 instead (yes please migrate to xunit2) DEPRECATED. Option which allows to specify if an xUnit error should break the build. |
XUnitParams |
OBSOLETEuse Fake.DotNet.Testing.XUnit2 instead (yes please migrate to xunit2) DEPRECATED. The xUnit parameter type |
Functions and values
Function or value | Description | ||
emptyTrait
Signature: (string * string) option
Attributes: [<Obsolete("use Fake.DotNet.Testing.XUnit2 instead (yes please migrate to xunit2)")>] |
OBSOLETEuse Fake.DotNet.Testing.XUnit2 instead (yes please migrate to xunit2) DEPRECATED. The xUnit default parameters |
||
xUnit setParams assemblies
Signature: setParams:(XUnitParams -> XUnitParams) -> assemblies:seq<string> -> unit
Attributes: [<Obsolete("use Fake.DotNet.Testing.XUnit2 instead (yes please migrate to xunit2)")>] |
OBSOLETEuse Fake.DotNet.Testing.XUnit2 instead (yes please migrate to xunit2) DEPRECATED. See Runs xUnit unit tests in the given assemblies via the given xUnit runner. Will fail if the runner terminates with non-zero exit code for any of the assemblies. Offending assemblies will be listed in the error message. The xUnit runner terminates with a non-zero exit code if any of the tests in the given assembly fail. Parameters
Sample usage
|
||
XUnitDefaults
Signature: XUnitParams
Attributes: [<Obsolete("use Fake.DotNet.Testing.XUnit2 instead (yes please migrate to xunit2)")>] |
OBSOLETEuse Fake.DotNet.Testing.XUnit2 instead (yes please migrate to xunit2) DEPRECATED. |