Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
use Fake.DotNet.Testing.XUnit2 instead
XUnit2
Contains tasks to run xUnit v2 unit tests.
Nested types and modules
Type | Description |
CollectionConcurrencyMode |
OBSOLETEuse Fake.DotNet.Testing.XUnit2 instead The collection concurrency mode used by the xUnit2 runner. |
ParallelMode |
OBSOLETEuse Fake.DotNet.Testing.XUnit2 instead The parallelization mode of the xUnit2 runner. |
XUnit2Params |
OBSOLETEuse Fake.DotNet.Testing.XUnit2 instead The xUnit2 parameter type. |
Functions and values
Function or value | Description | ||
buildXUnit2Args assemblies parameters
Signature: assemblies:seq<string> -> parameters:XUnit2Params -> string
Attributes: [<Obsolete("use Fake.DotNet.Testing.XUnit2 instead")>] |
OBSOLETEuse Fake.DotNet.Testing.XUnit2 instead |
||
xUnit2 setParams assemblies
Signature: setParams:(XUnit2Params -> XUnit2Params) -> assemblies:seq<string> -> unit
Attributes: [<Obsolete("use Fake.DotNet.Testing.XUnit2 instead")>] |
OBSOLETEuse Fake.DotNet.Testing.XUnit2 instead 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. Parameters
Sample usage
union case Option.Some: Value: 'T -> Option<'T>
|
||
XUnit2Defaults
Signature: XUnit2Params
Attributes: [<Obsolete("use Fake.DotNet.Testing.XUnit2 instead")>] |
OBSOLETEuse Fake.DotNet.Testing.XUnit2 instead The xUnit2 default parameters. Defaults
|