CombinationStepsResult Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.DesignAutomationStepResult
    ArtOfTest.WebAii.Design.ExecutionCombinationStepsResult

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 CombinationStepsResult : AutomationStepResult

The CombinationStepsResult type exposes the following members.

Constructors

  NameDescription
Public methodCombinationStepsResult
Initializes a new instance of the CombinationStepsResult class
Top
Properties

  NameDescription
Public propertyCurrentVersion (Inherited from AutomationStepResult.)
Public propertyException (Inherited from AutomationStepResult.)
Public propertyHasExpectedImage (Inherited from AutomationStepResult.)
Public propertyHashCode (Inherited from AutomationStepResult.)
Public propertyHasImage (Inherited from AutomationStepResult.)
Public propertyIsManual (Inherited from AutomationStepResult.)
Public propertyLogMessageOnError (Inherited from AutomationStepResult.)
Public propertyOrder (Inherited from AutomationStepResult.)
Public propertyParentTestResult (Inherited from AutomationStepResult.)
Public propertyResultType (Overrides AutomationStepResultResultType.)
Public propertyRootName (Inherited from AutomationStepResult.)
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 propertyTestResult
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadBrowserState (Inherited from AutomationStepResult.)
Public methodLoadFrom (Inherited from AutomationStepResult.)
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 (Inherited from AutomationStepResult.)
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