OBSOLETE
Open Fake.Testing to use the latest xUnit2 task.
XUnit2Helper
DEPRECATED. See Fake.Testing.XUnit2
.
Contains tasks to run xUnit unit tests.
Nested types and modules
Type | Description |
ParallelOption |
OBSOLETEThis type will be removed in a future version. DEPRECATED. |
XUnit2ErrorLevel |
OBSOLETEThis type alias will be removed in a future version. DEPRECATED. Option which allows to specify if an xUnit error should break the build. |
XUnit2Params |
OBSOLETEThis type will be removed in a future version. See Fake.Testing.XUnit2.XUnit2Params DEPRECATED. The xUnit parameter type |
Functions and values
Function or value | Description | ||
empty2Trait
Signature: (string * string) option
Attributes: [<Obsolete("This value will be removed in a future version.")>] |
OBSOLETEThis value will be removed in a future version. DEPRECATED. The xUnit default parameters |
||
xUnit2 setParams assemblies
Signature: setParams:(XUnit2Params -> XUnit2Params) -> assemblies:seq<string> -> unit
Attributes: [<Obsolete("Deprecated. This task will be removed in a future version. Open Fake.Testing to use the latest xUnit2 task.")>] |
OBSOLETEDeprecated. This task will be removed in a future version. Open Fake.Testing to use the latest xUnit2 task. 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
|
||
XUnit2Defaults
Signature: XUnit2Params
Attributes: [<Obsolete("This value will be removed in a future version. See Fake.Testing.XUnit2.XUnit2Defaults")>] |
OBSOLETEThis value will be removed in a future version. See Fake.Testing.XUnit2.XUnit2Defaults DEPRECATED. |