Class
RunnerTestMetadata

Definition

Namespace:ArtOfTest.WebAii.Execution

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class RunnerTestMetadata : IRunnerTestMetadata

Inheritance: objectRunnerTestMetadata

Implements: IRunnerTestMetadata

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

string

Implements IRunnerTestMetadata.OutputPath

PerformanceResultsPath

Wrapper around IRunnableGUITestBuilder.RunnablePerformanceResultsPath

Declaration

cs-api-definition
public string PerformanceResultsPath { get; set; }

Property Value

string

Implements IRunnerTestMetadata.PerformanceResultsPath

ProjectPath

Wrapper around IRunnableGUITestBuilder.RunnableProjectPath

Declaration

cs-api-definition
public string ProjectPath { get; set; }

Property Value

string

Implements IRunnerTestMetadata.ProjectPath

RemoteStorageUri

Remote vs Local (null) storage uri

Declaration

cs-api-definition
public Uri RemoteStorageUri { get; set; }

Property Value

Uri

Implements IRunnerTestMetadata.RemoteStorageUri

Rerun

Indicates if the test is rerun

Declaration

cs-api-definition
public bool Rerun { get; set; }

Property Value

bool

Implements IRunnerTestMetadata.Rerun

ResultFilename

Wrapper around IRunnableGUITestBuilder.RunnableResultFilename

Declaration

cs-api-definition
public string ResultFilename { get; set; }

Property Value

string

Implements IRunnerTestMetadata.ResultFilename

SettingsPath

Wrapper around IRunnableGUITestBuilder.RunnableSettingsPath

Declaration

cs-api-definition
public string SettingsPath { get; set; }

Property Value

string

Implements IRunnerTestMetadata.SettingsPath

TestPath

Wrapper around IRunnableGUITestBuilder.RunnableTestPath

Declaration

cs-api-definition
public string TestPath { get; set; }

Property Value

string

Implements IRunnerTestMetadata.TestPath