ClassRunnerTestMetadata
Class
Definition
Namespace:ArtOfTest.WebAii.Execution
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class RunnerTestMetadata : IRunnerTestMetadata
Inheritance: objectRunnerTestMetadata
Implements:
Constructors
RunnerTestMetadata()
Declaration
cs-api-definition
public RunnerTestMetadata()
Properties
OutputPath
Wrapper around IRunnableGUITestBuilder.RunnableOutputPath
Declaration
cs-api-definition
public string OutputPath { get; set; }
Property Value
Implements
PerformanceResultsPath
Wrapper around IRunnableGUITestBuilder.RunnablePerformanceResultsPath
Declaration
cs-api-definition
public string PerformanceResultsPath { get; set; }
Property Value
Implements
ProjectPath
Wrapper around IRunnableGUITestBuilder.RunnableProjectPath
Declaration
cs-api-definition
public string ProjectPath { get; set; }
Property Value
Implements
RemoteStorageUri
Remote vs Local (null) storage uri
Declaration
cs-api-definition
public Uri RemoteStorageUri { get; set; }
Property Value
Implements
Rerun
Indicates if the test is rerun
ResultFilename
Wrapper around IRunnableGUITestBuilder.RunnableResultFilename
Declaration
cs-api-definition
public string ResultFilename { get; set; }
Property Value
Implements
SettingsPath
Wrapper around IRunnableGUITestBuilder.RunnableSettingsPath
Declaration
cs-api-definition
public string SettingsPath { get; set; }
Property Value
Implements