TestResult Members

The TestResult type exposes the following members.

Constructors

  Name Description
Public method TestResult Overloaded.

Top

Methods

  Name Description
Public method AddTextMessage
Public method Clone (Overrides TestResultMessage.Clone().)
Public method Equals (Inherited from TestResultMessage.)
Public method FillDataRow
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode (Inherited from TestResultMessage.)
Public method GetObjectData (Overrides TestResultMessage.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsValid (Inherited from TestResultMessage.)
Public method Load (Overrides TestResultMessage.Load(XmlElement, XmlTestStoreParameters).)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Save (Overrides TestResultMessage.Save(XmlElement, XmlTestStoreParameters).)
Public method ToString (Overrides TestResultMessage.ToString().)

Top

Fields

  Name Description
Public fieldStatic member ComputerNamePropertyName
Public fieldStatic member DebugTracePropertyName
Public fieldStatic member DisplayTextPropertyName
Public fieldStatic member DurationPropertyName
Public fieldStatic member EndTimePropertyName
Public fieldStatic member ErrorMessagePropertyName
Public fieldStatic member ErrorStackTracePropertyName
Public fieldStatic member HasPassedPropertyName
Public fieldStatic member LongTextPropertyName
Protected field m_categoryId
Protected field m_debugTrace
Protected field m_duration (Inherited from TestResultMessage.)
Protected field m_endTime (Inherited from TestResultMessage.)
Protected field m_errorInfo
Protected field m_exception (Inherited from TestResultMessage.)
Protected field m_id (Inherited from TestResultMessage.)
Protected field m_messageKind (Inherited from TestResultMessage.)
Protected field m_outcome
Protected field m_spoolMessage (Inherited from TestResultMessage.)
Protected field m_startTime (Inherited from TestResultMessage.)
Protected field m_stdErr
Protected field m_stdOut
Protected field m_testName (Inherited from TestResultMessage.)
Protected field m_testType (Inherited from TestResultMessage.)
Protected field m_textMessages
Protected field m_timerResults
Protected field m_traceInfo
Protected field m_workItemIds
Public fieldStatic member ObjectColumnName
Public fieldStatic member OutcomePropertyName
Public fieldStatic member OutcomeTextPropertyName
Public fieldStatic member StartTimePropertyName
Public fieldStatic member StdErrPropertyName
Public fieldStatic member StdOutPropertyName
Public fieldStatic member StoragePropertyName
Public fieldStatic member TestNamePropertyName
Public fieldStatic member TestTypePropertyName
Public fieldStatic member TraceInfoPropertyName

Top

Properties

  Name Description
Public property ComputerName (Inherited from TestResultMessage.)
Public property DebugTrace
Public property DisplayText (Inherited from TestResultMessage.)
Public property Duration (Inherited from TestResultMessage.)
Public property EndTime (Inherited from TestResultMessage.)
Public property ErrorInfo
Public property ErrorMessage
Public property ErrorStackTrace
Public property HasPassed
Public property Id (Inherited from TestResultMessage.)
Public property IsRunLevel (Inherited from TestResultMessage.)
Public property LoadTestAgentNames (Inherited from TestResultMessage.)
Public property LongText (Inherited from TestResultMessage.)
Public property MessageKind (Inherited from TestResultMessage.)
Public property Outcome
Public property OutcomeText
Public property SpoolMessage (Inherited from TestResultMessage.)
Public property StartTime (Inherited from TestResultMessage.)
Public property StdErr
Public property StdOut
Public property Storage (Inherited from TestResultMessage.)
Public property SystemException (Inherited from TestResultMessage.)
Public property Test
Public property TestCategoryId
Public property TestCategoryIdString
Public property TestDescription
Public property TestName (Inherited from TestResultMessage.)
Public property TestType (Inherited from TestResultMessage.)
Public property TextMessages
Public property TimerResults
Public property TraceInfo
Public property VisibleProperties (Inherited from TestResultMessage.)
Public property WorkItemIds

Top

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace