OBSOLETE
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
ProcessTestRunner
Allows to execute processes as unit tests.
Nested types and modules
Type | Description |
ProcessTestRunnerParams |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. The ProcessTestRunner parameter type. |
Functions and values
Function or value | Description | ||
ProcessTestRunnerDefaults
Signature: ProcessTestRunnerParams
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. The ProcessTestRunner defaults. |
||
RunConsoleTest parameters fileName args
Signature: parameters:ProcessTestRunnerParams -> fileName:string -> args:string -> string option
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Runs the given process and returns the process result. |
||
runConsoleTests parameters processes
Signature: parameters:ProcessTestRunnerParams -> processes:seq<string * string> -> seq<string * string * string>
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Runs the given processes and returns the process result messages. |
||
RunConsoleTests setParams processes
Signature: setParams:(ProcessTestRunnerParams -> ProcessTestRunnerParams) -> processes:seq<string * string> -> unit
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Runs the given processes and returns the process results. Parameters
Sample usage
|