Interface
IRunnerTestFinder

Definition

Namespace:ArtOfTest.WebAii.Execution.Interfaces

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public interface IRunnerTestFinder

Derived Classes: CloudRunnerTestFinderLocalRunnerTestFinder

Methods

EnsureSubTestExistsByPath(string, string)

Validates test existence at the absolute/relative path

Declaration

cs-api-definition
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.