ClassLogicalStepResult
Class
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class LogicalStepResult : AutomationStepResult, INotifyPropertyChanged
Inheritance: objectAutomationStepResultLogicalStepResult
Implements:
Inherited Members
Constructors
LogicalStepResult()
Declaration
cs-api-definition
public LogicalStepResult()
Properties
Exception
Gets or sets the execution exception. If result type is fail, then this will contain the exception information about the failure.
Declaration
cs-api-definition
public override ExecutionException Exception { get; set; }
Property Value
Overrides
Methods
SetNextSteps(AutomationStepList, int)
Declaration
cs-api-definition
public void SetNextSteps(AutomationStepList stepList, int branchTaken)
Parameters
stepList
branchTaken