TestResultBase Class
Provides an optional base class for a custom test result class.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Microsoft.VisualStudio.TestTools.Common::TestMessage
Microsoft.VisualStudio.TestTools.Common::TestResultBase
| Name | Description | |
|---|---|---|
![]() | TestResultBase() | Initializes a new instance of the TestResultBase class. |
![]() | TestResultBase(Guid, Guid) | Initializes a new instance of the TestResultBase class by using the provided test run ID and test execution ID. Called by the testing framework. |
![]() | TestResultBase(SerializationInfo^, StreamingContext) | Initializes a new instance of the TestResultBase class from serialized XML data. Called by the test framework. |
![]() | TestResultBase(TestResultBase^) | Initializes a new instance of the TestResultBase class by making a copy of the provided test result instance. |
| Name | Description | |
|---|---|---|
![]() | ExecId | Gets the execution ID for the associated test. |
![]() | IsRunLevel | Gets a value that indicates whether the associated test is a test run. |
![]() | RunId | Gets the ID for the associated test run. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | |
![]() | GetType() | (Inherited from Object.) |
![]() | IsValid() | Determines whether this instance is valid.(Overrides TestMessage::IsValid().) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


