Class
CombinationStepsResult

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class CombinationStepsResult : AutomationStepResult, INotifyPropertyChanged

Inheritance: objectAutomationStepResultCombinationStepsResult

Implements: INotifyPropertyChanged

Inherited Members AutomationStepResult.StoreHostState(IAutomationHost, List<ITargetElement>, string)AutomationStepResult.LoadBrowserState()AutomationStepResult.PersistStepFailureResourcesOnDisk(string, string)AutomationStepResult.AddWarning(Warning)AutomationStepResult.OnSerializing(StreamingContext)AutomationStepResult.OnPropertyChanged(string)AutomationStepResult.RunTimeStepIdAutomationStepResult.ParentTestResultAutomationStepResult.TestNameAutomationStepResult.TestPathAutomationStepResult.TestIdAutomationStepResult.TestStepIndexAutomationStepResult.StepDescriptionAutomationStepResult.ExceptionAutomationStepResult.OrderAutomationStepResult.LogMessageOnErrorAutomationStepResult.UserCommentAutomationStepResult.HasImageAutomationStepResult.HasExpectedImageAutomationStepResult.HashCodeAutomationStepResult.IsManualAutomationStepResult.WasStepEnabledAutomationStepResult.WarningsAutomationStepResult.PropertyChanged

Constructors

CombinationStepsResult(List<AutomationStepResult>)

Declaration

cs-api-definition
public CombinationStepsResult(List<AutomationStepResult> steps)

Parameters

steps

List<AutomationStepResult>

Properties

ResultType

Gets or sets the result type (Pass/fail/notrun)

Declaration

cs-api-definition
public override ResultType ResultType { get; set; }

Property Value

ResultType

Overrides AutomationStepResult.ResultType

TestResult

Declaration

cs-api-definition
public TestResult TestResult { get; }

Property Value

TestResult