Class AutomationStepResult
Inheritance
System.Object
AutomationStepResult
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
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class AutomationStepResult : IXmlPersistable, INotifyPropertyChanged
Constructors
AutomationStepResult()
Declaration
public AutomationStepResult()
Properties
CurrentVersion
Declaration
public virtual Version CurrentVersion { get; }
Property Value
System.
|
Implements
Exception
Declaration
public virtual ExecutionException Exception { get; set; }
Property Value
HasExpectedImage
Declaration
public bool HasExpectedImage { get; }
Property Value
System.
|
HashCode
Declaration
public int HashCode { get; set; }
Property Value
System.
|
HasImage
Declaration
public bool HasImage { get; }
Property Value
System.
|
IsManual
Declaration
public bool IsManual { get; set; }
Property Value
System.
|
LogMessageOnError
Declaration
public string LogMessageOnError { get; set; }
Property Value
System.
|
Order
Declaration
public int Order { get; set; }
Property Value
System.
|
ParentTestResult
ResultType
RootName
Declaration
public virtual string RootName { get; }
Property Value
System.
|
Implements
RunTimeStepId
Declaration
public Guid RunTimeStepId { get; set; }
Property Value
System.
|
StepDescription
Declaration
public string StepDescription { get; set; }
Property Value
System.
|
TestId
Declaration
public string TestId { get; set; }
Property Value
System.
|
TestName
Declaration
public string TestName { get; set; }
Property Value
System.
|
TestPath
Declaration
public string TestPath { get; set; }
Property Value
System.
|
TestStepIndex
Declaration
public int TestStepIndex { get; set; }
Property Value
System.
|
UserComment
Declaration
public string UserComment { get; set; }
Property Value
System.
|
Warnings
Declaration
public IList<Warning> Warnings { get; }
Property Value
System.
|
WasStepEnabled
Declaration
public bool WasStepEnabled { get; set; }
Property Value
System.
|
XmlBlob
Declaration
public XmlBlob XmlBlob { get; set; }
Property Value
Implements
Methods
AddWarning(Warning)
LoadBrowserState()
Declaration
public void LoadBrowserState()
LoadFrom(XmlStoreNode)
Declaration
public virtual void LoadFrom(XmlStoreNode store)
Parameters
Xml
|
Implements
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.
|
OnSerializing(StreamingContext)
Declaration
[OnSerializing]
protected void OnSerializing(StreamingContext context)
Parameters
System.
|
PersistStepFailureResourcesOnDisk(String, String)
Declaration
public void PersistStepFailureResourcesOnDisk(string projectResultsPath, string resourceFolderPath)
Parameters
System.
|
System.
|
SaveTo(XmlStoreNode)
StoreHostState(IAutomationHost, List<ITargetElement>, String)
Declaration
public void StoreHostState(IAutomationHost host, List<ITargetElement> elements, string message)
Parameters
IAutomation
|
System.
|
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|