Method GetExecutionSettings
GetExecutionSettings(string)
Gets the execution settings for a test run with a specific guid.
선언
public static ExecutionSettings GetExecutionSettings(string guid)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | guid | The guid of the test run. |
반환
타입 | 설명 |
---|---|
ExecutionSettings | The execution settings for the run. |
예외
타입 | 조건 |
---|---|
Exception | Throws an exception if no run data for the guid could be found. |