TestResult Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Design.ExecutionTestResult

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 TestResult : INotifyPropertyChanged

The TestResult type exposes the following members.

Constructors

  NameDescription
Public methodTestResult
Initializes a new instance of the TestResult class
Public methodTestResult(Test)
Initializes a new instance of the TestResult class
Top
Properties

  NameDescription
Public propertyAllTestStepCount
Public propertyBrowser
Public propertyCommitedBy
Public propertyCurrentVersion
Public propertyDataIterationResults
Public propertyDuration
Public propertyEndTime
Public propertyExecutingTestStepCount
Public propertyExeType
Public propertyFailureException
Public propertyFirstFailedStepComment
Public propertyId
Public propertyIsDataDrivenResult
Public propertyIsManualResult
Public propertyMessage
Public propertyNotRunStepDescriptions
Public propertyParent
Public propertyPercentComplete
Public propertyPerfResult
Public propertyProfilerResultsId
Public propertyProfilerResultsPath
Public propertyProjectPath
Public propertyResult
Public propertyRootName
Public propertySeparatorLineCharCount
Public propertyStartTime
Public propertyStepResults
Public propertyTestDescription
Public propertyTestId
Public propertyTestName
Public propertyTestOwner
Public propertyTestPath
Public propertyTotalNumberOfNotRunSteps
Public propertyTotalPassedSteps
Public propertyVersionGroupKey
Public propertyXmlBlob
Top
Methods

  NameDescription
Public methodAddDataIterationResult
Public methodAddStepResult(AutomationStepResult)
Public methodAddStepResult(AutomationStepResult, Boolean)
Public methodAppendMessage
Public methodAppendOverallResult
Public methodAppendSeparatorLine
Public methodAppendSeparatorLine(Char, Int32)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExportToResultFile
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 methodLoadFrom
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Public methodPersistTestFailureResourcesOnDisk
Public methodPrependMessage
Public methodRecalculateStepResults
Public methodRemoveLastStepResult
Public methodSaveTo
Public methodSetStartTime
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventPropertyChanged
Top
See Also

Reference