Class
CloudRunnerTestFinder

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class CloudRunnerTestFinder : IRunnerTestFinder

Inheritance: objectCloudRunnerTestFinder

Implements: IRunnerTestFinder

Constructors

CloudRunnerTestFinder()

Declaration

cs-api-definition
public CloudRunnerTestFinder()

Methods

EnsureSubTestExistsByPath(string, string)

Validates test existence at the absolute/relative path

Declaration

cs-api-definition
public string EnsureSubTestExistsByPath(string deploymentPath, string originalTestPath)

Parameters

deploymentPath

string

originalTestPath

string

Returns

string

The absolute path of the test file, or blank if not valid.

Implements IRunnerTestFinder.EnsureSubTestExistsByPath(string, string)