RunResult Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Design.ExecutionRunResult

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

public class RunResult : IDataTransport, IDispatchableTestResult

The RunResult type exposes the following members.

Constructors

  NameDescription
Public methodRunResult
Initializes a new instance of the RunResult class
Public methodRunResult(String)
Initializes a new instance of the RunResult class
Top
Properties

  NameDescription
Public propertyAllCount
Public propertyComment
Public propertyCurrentVersion
Public propertyDataCollectors
Public propertyDispatchGroupId
Public propertyEndTime
Public propertyFailedCount
Public propertyFailedPercent
Public propertyFileName
Public propertyId
Public propertyIsCached
Public propertyIsCloudResult
Public propertyIsManual
Public propertyLocalEndTime
Public propertyMachine
Public propertyMachinesAssigned
Public propertyMessages
Public propertyName
Public propertyNotRunCount
Public propertyPassedCount
Public propertyPassedPercent
Public propertyPassedResult
Public propertyResultsPath
Public propertyRootName
Public propertyRunId
Public propertyStartTime
Public propertySummary
Public propertyTestListId
Public propertyTestResults
Public propertyXmlBlob
Top
Methods

  NameDescription
Public methodStatic memberDeleteResources
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 methodGenerateResultSummary
Public methodGetCombinedMachineAssignmentList
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFrom
Public methodStatic memberLoadFromFile
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDeserialized
Public methodSaveTo
Public methodSaveToResultFile(String)
Public methodSaveToResultFile(String, Boolean)
Public methodSaveToResultFile(String, Boolean, Boolean)
Public methodSaveToResultFile(String, Boolean, Boolean, Boolean)
Public methodSaveToResultFile(String, Boolean, Boolean, Boolean, FileFormat)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberCLOUD_STORAGE_INDEX_NAME
Public fieldStatic memberLOCAL_STORAGE_INDEX_NAME
Public fieldStatic memberRESULT_FILE_EXTENSION
Public fieldStatic memberRESULTS_FOLDER_NAME
Top
See Also

Reference