The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITip Interface
Interface for a test item provider that must be implemented for each type of test.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | BeforeRemoveTestRun(Guid) | Called before a test run is removed. |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | Load(String^, ProjectData^, IWarningHandler^) | Loads elements from the specified location into memory. |
![]() | MergeResults(TestResult^, TestResultMessage^) | Merges an incoming test result text message into a test result in memory. |
![]() | Reset() | Removes all storage information from memory and stops all save operations until the next call to the Load method. |
![]() | Save(array<ITestElement^>^, String^, ProjectData^) | Saves the specified array of tests to the specified location by using the provided Load object. |
![]() | Unload(String^, IWarningHandler^) | Stop listening for changes at the provided location. |
Show:

