ITip Members

Include Protected Members
Include Inherited Members

Interface for a test item provider that must be implemented for each type of test.

The ITip type exposes the following members.

Methods

 

Name

Description

Public method

BeforeRemoveTestRun

Called before a test run is removed.

Public method

Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)

Public method

Load

Loads elements from the specified location into memory.

Public method

MergeResults

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

Public method

Reset

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

Public method

Save

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

Public method

Unload

Stop listening for changes at the provided location.

Top

Properties

 

Name

Description

Public property

TestType

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

Top

See Also

Reference

ITip Interface

Microsoft.VisualStudio.TestTools.Common Namespace