Method GetExecutionSettings
GetExecutionSettings(string)
Gets the execution settings for a test run with a specific guid.
Declaration
public static ExecutionSettings GetExecutionSettings(string guid)
Parameters
Type | Name | Description |
---|---|---|
string | guid | The guid of the test run. |
Returns
Type | Description |
---|---|
ExecutionSettings | The execution settings for the run. |
Exceptions
Type | Condition |
---|---|
Exception | Throws an exception if no run data for the guid could be found. |