This is part of the Fake.Testing.Fixie module.
Fixie
Contains tasks to run Fixie unit tests.
Nested types and modules
Type | Description |
FixieArgs |
Args type to configure the Fixie runner |
Functions and values
Function or value | Description |
Fixie.Fixie(setParams)
Signature: setParams:(FixieArgs -> FixieArgs) -> unit
|
This task to can be used to run Fixie on test libraries. Parameters
SampleFixie (fun p -> { p with Configuration = "Release"; CustomArguments = ["custom","1"; "test","2"] }) |