Tip Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the default implementation of a test item provider that must be implemented for each type of test.
public ref class Tip abstract : IDisposable, Microsoft::VisualStudio::TestTools::Common::ITip
public abstract class Tip : IDisposable, Microsoft.VisualStudio.TestTools.Common.ITip
type Tip = class
interface ITip
interface IDisposable
Public MustInherit Class Tip
Implements IDisposable, ITip
- Inheritance
-
Tip
- Implements
Constructors
Tip() |
Initializes an instance of the Tip class. |
Properties
TestType |
Gets a TestType object that identifies the type of test. |
Methods
BeforeRemoveTestRun(Guid) |
Does nothing by default. |
Dispose() |
Requires no description. |
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 saved data from memory and stops any save operations until the next execution of the Load(String, ProjectData, IWarningHandler) method. |
Save(ITestElement[], String, ProjectData) |
Does nothing by default. |
Unload(String, IWarningHandler) |
Unloads the current Tip instance from memory by using the provided location string, and records any warnings in the provided warning handler. |