ClassTestAsStepResult
Class
Represents the result of a test as step run.
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class TestAsStepResult : AutomationStepResult, INotifyPropertyChanged
Inheritance: objectAutomationStepResultTestAsStepResult
Implements:
Inherited Members
Constructors
TestAsStepResult()
Declaration
cs-api-definition
public TestAsStepResult()
TestAsStepResult(TestResult)
Declaration
cs-api-definition
public TestAsStepResult(TestResult result)
Parameters
result
Properties
Exception
Gets/sets the exception related to the test failure.
Declaration
cs-api-definition
public override ExecutionException Exception { get; set; }
Property Value
Overrides
FailedStepLog
Gets or sets the failed step log.
Declaration
cs-api-definition
public string FailedStepLog { get; }
Property Value
The failed step log.
ResultType
Gets or sets the result type (Pass/fail/notrun).
Declaration
cs-api-definition
public override ResultType ResultType { get; set; }
Property Value
Overrides
TestResult
Gets the test result of our step.
Methods
SetFailedStepLog(int, string)
Persists the failed step log during execution.