Class
LightTestAsStepExtensions

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers.Extensions

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public static class LightTestAsStepExtensions

Inheritance: objectLightTestAsStepExtensions

Methods

GetExtractedTest(LightTestAsStepReference)

Declaration

cs-api-definition
public static LightTest GetExtractedTest(this LightTestAsStepReference lightTestAsStep)

Parameters

lightTestAsStep

LightTestAsStepReference

Returns

LightTest

GetReferencedTest(LightTestAsStepReference)

Declaration

cs-api-definition
public static LightTest GetReferencedTest(this LightTestAsStepReference lightTestAsStep)

Parameters

lightTestAsStep

LightTestAsStepReference

Returns

LightTest

UpdateTestAsStepReferencesStepOrder(string, Guid, int)

Declaration

cs-api-definition
public static void UpdateTestAsStepReferencesStepOrder(string testPath, Guid stepId, int newOrder)

Parameters

testPath

string

stepId

Guid

newOrder

int