This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AppleSimulator.
Summary
Runs the specified process, using the specified Settings/arguments and returns xUnit/NUnit Test Results
- Assembly
- Cake
.AppleSimulator .dll - Namespace
- Cake
.AppleSimulator .UnitTest - Containing Type
- SimCtlTool
<TSettings>
Syntax
protected TestResults RunAndReturnTestResults(TSettings settings, ProcessArgumentBuilder arguments)
Parameters
Name | Type | Description |
---|---|---|
settings | TSettings | The Settings. |
arguments | Process |
The arguments. |
Return Value
Type | Description |
---|---|
TestResults |