Class TestAsStepResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestAsStepResult : AutomationStepResult, IXmlPersistable, INotifyPropertyChanged
Constructors
TestAsStepResult()
Declaration
public TestAsStepResult()
TestAsStepResult(TestResult)
Properties
Exception
Declaration
public override ExecutionException Exception { get; set; }
Property Value
ExecutionException
|
Overrides
FailedStepLog
Declaration
public string FailedStepLog { get; }
Property Value
System.String
|
ResultType
RootName
Declaration
public override string RootName { get; }
Property Value
System.String
|
Overrides
TestResult
Methods
LoadFrom(XmlStoreNode)
Declaration
public override void LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode
store
|
Overrides
SaveTo(XmlStoreNode)
SetFailedStepLog(Int32, String)
Declaration
public void SetFailedStepLog(int stepIndex, string stepDescription)
Parameters
System.Int32
stepIndex
|
System.String
stepDescription
|