ITip Interface

Definition

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

public interface class ITip : IDisposable
public interface ITip : IDisposable
type ITip = interface
    interface IDisposable
Public Interface ITip
Implements IDisposable
Derived
Implements

Properties

TestType

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

Methods

BeforeRemoveTestRun(Guid)

Called before a test run is removed.

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(String, ProjectData, IWarningHandler) method.

Save(ITestElement[], String, ProjectData)

Saves the specified array of tests to the specified location by using the provided Load(String, ProjectData, IWarningHandler) object.

Unload(String, IWarningHandler)

Stop listening for changes at the provided location.

Applies to