Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public interface class ITip : IDisposable

NameDescription
System_CAPS_pubpropertyTestType

Gets a TestType object that uniquely identifies the type of test.

NameDescription
System_CAPS_pubmethodBeforeRemoveTestRun(Guid)

Called before a test run is removed.

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodLoad(String^, ProjectData^, IWarningHandler^)

Loads elements from the specified location into memory.

System_CAPS_pubmethodMergeResults(TestResult^, TestResultMessage^)

Merges an incoming test result text message into a test result in memory.

System_CAPS_pubmethodReset()

Removes all storage information from memory and stops all save operations until the next call to the Load method.

System_CAPS_pubmethodSave(array<ITestElement^>^, String^, ProjectData^)

Saves the specified array of tests to the specified location by using the provided Load object.

System_CAPS_pubmethodUnload(String^, IWarningHandler^)

Stop listening for changes at the provided location.

Return to top
Show: