ClassLightElementNodeExtensions
Class
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers.Extensions
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public static class LightElementNodeExtensions
Inheritance: objectLightElementNodeExtensions
Methods
GetLightElementFromNode(ElementNode)
Declaration
cs-api-definition
public static LightElementNode GetLightElementFromNode(this ElementNode node)
Parameters
node
Returns
GetLightElementFromNodeSimple(ElementNode)
Declaration
cs-api-definition
public static LightElementNode GetLightElementFromNodeSimple(this ElementNode node)
Parameters
node
Returns
GetLightTestFromDescriptor(ElementDescriptor)
Declaration
cs-api-definition
public static LightTest GetLightTestFromDescriptor(this ElementDescriptor desc)
Parameters
desc
Returns
GetTestFromDescriptor(ElementDescriptor)
Declaration
cs-api-definition
public static Test GetTestFromDescriptor(this ElementDescriptor desc)
Parameters
desc
Returns
GetTestStepFromDescriptor(ElementDescriptor)
Declaration
cs-api-definition
public static AutomationStepBase GetTestStepFromDescriptor(this ElementDescriptor desc)
Parameters
desc
Returns
GetTestsPathsForLightNode(LightElementNode)
Declaration
cs-api-definition
public static List<string> GetTestsPathsForLightNode(this LightElementNode lightNode)
Parameters
lightNode
Returns
UpdateDescriptorAutomationStepId(AutomationStepBase, Guid)
Declaration
cs-api-definition
public static void UpdateDescriptorAutomationStepId(this AutomationStepBase step, Guid newId)
Parameters
step
newId
UpdateDescriptorAutomationStepOrder(AutomationStepBase, int)
Declaration
cs-api-definition
public static void UpdateDescriptorAutomationStepOrder(this AutomationStepBase step, int newOrder)
Parameters
step
newOrder