LogicalStepResult Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.DesignAutomationStepResult
    ArtOfTest.WebAii.Design.ExecutionLogicalStepResult

Namespace:  ArtOfTest.WebAii.Design.Execution
Assembly:  ArtOfTest.WebAii.Design (in ArtOfTest.WebAii.Design.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

[SerializableAttribute]
public class LogicalStepResult : AutomationStepResult

The LogicalStepResult type exposes the following members.

Constructors

  NameDescription
Public methodLogicalStepResult
Initializes a new instance of the LogicalStepResult class
Top
Properties

  NameDescription
Public propertyBranchTaken
Public propertyChildResult
Public propertyCurrentVersion (Inherited from AutomationStepResult.)
Public propertyException (Overrides AutomationStepResultException.)
Public propertyHasExpectedImage (Inherited from AutomationStepResult.)
Public propertyHashCode (Inherited from AutomationStepResult.)
Public propertyHasImage (Inherited from AutomationStepResult.)
Public propertyInnerResult
Public propertyIsLoop
Public propertyIsManual (Inherited from AutomationStepResult.)
Public propertyLogicDetails
Public propertyLogMessageOnError (Inherited from AutomationStepResult.)
Public propertyLoopIteration
Public propertyOrder (Inherited from AutomationStepResult.)
Public propertyOriginalDescription
Public propertyParentTestResult (Inherited from AutomationStepResult.)
Public propertyResultType (Inherited from AutomationStepResult.)
Public propertyRootName (Overrides AutomationStepResultRootName.)
Public propertyRunTimeStepId (Inherited from AutomationStepResult.)
Public propertyStepDescription (Inherited from AutomationStepResult.)
Public propertyTestId (Inherited from AutomationStepResult.)
Public propertyTestName (Inherited from AutomationStepResult.)
Public propertyTestPath (Inherited from AutomationStepResult.)
Public propertyTestStepIndex (Inherited from AutomationStepResult.)
Public propertyUserComment (Inherited from AutomationStepResult.)
Public propertyWasStepEnabled (Inherited from AutomationStepResult.)
Public propertyXmlBlob (Inherited from AutomationStepResult.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNextSteps
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadBrowserState (Inherited from AutomationStepResult.)
Public methodLoadFrom (Overrides AutomationStepResultLoadFrom(XmlStoreNode).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged (Inherited from AutomationStepResult.)
Protected methodOnSerializing (Inherited from AutomationStepResult.)
Public methodPersistStepFailureResourcesOnDisk (Inherited from AutomationStepResult.)
Public methodSaveTo (Overrides AutomationStepResultSaveTo(XmlStoreNode).)
Public methodSetNextSteps
Public methodStoreHostState (Inherited from AutomationStepResult.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventPropertyChanged (Inherited from AutomationStepResult.)
Top
See Also

Reference