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
MSTest
Contains tasks to run MSTest unit tests.
Nested types and modules
Type | Description |
ErrorLevel |
OBSOLETEuse Fake.DotNet.Testing.MSTest instead Option which allow to specify if a MSTest error should break the build. |
MSTestParams |
OBSOLETEuse Fake.DotNet.Testing.MSTest instead Parameter type to configure the MSTest.exe. |
Functions and values
Function or value | Description | ||
MSTest setParams assemblies
Signature: setParams:(MSTestParams -> MSTestParams) -> assemblies:seq<string> -> unit
Attributes: [<Obsolete("use Fake.DotNet.Testing.MSTest instead")>] |
OBSOLETEuse Fake.DotNet.Testing.MSTest instead Runs MSTest command line tool on a group of assemblies. Parameters
Sample usage
|
||
MSTestDefaults
Signature: MSTestParams
Attributes: [<Obsolete("use Fake.DotNet.Testing.MSTest instead")>] |
OBSOLETEuse Fake.DotNet.Testing.MSTest instead MSTest default parameters. |