|
| Interface | Description |
|---|
 | IActionRecordingHelper | Provides a mapping connection between action recordings and their associated test cases. |
 | IAttachmentCollection | Represents a collection of attachments that is associated with test objects, such as test cases, test steps, test runs, test results, and shared steps. |
 | IAttachmentOwner | Represents the functionality that is required for an object to support attachments. |
 | IAttachmentUploadEntry | Represents the information in IAttachmentUploadManager to track the background upload of a single attachment. |
 | IAttachmentUploadManager | Provides properties and methods to manage background attachment uploads. |
 | IBugFieldMapping | Represents the mapping of bug field properties to their work item tracking fields. |
 | IBugFieldMappingHelper | Provides helper methods for bug field mapping objects in Visual Studio Test Professional. |
 | IBuildConfiguration | Represents the build outputs for a specific platform and flavor against a specific build. |
 | IBuildCoverage | Represents the coverage information pertaining to a build. |
 | IBuildFilter | Defines the criteria to use to choose a build to associate with a test plan. |
 | ICoverage | Represents the coverage information |
 | ICoverageAnalysisManager | Manages interaction with coverage related API |
 | ICoverageStatistics | Represents various statistics associated with coverage. |
 | IDataCollectorHelper | Represents methods for a set of data collectors that is registered on the Visual Studio Team Foundation Server. |
 | IDataCollectorInformation | Represents information about a data collector that is registered in the Visual Studio Team Foundation Server. |
 | IDataCollectorInformationCollection | A collection of information about data collectors. |
 | IDynamicTestSuite | Represents a test suite that is populated dynamically by a Work Item Query Language (WIQL) query. |
 | IDynamicTestSuiteBase | Provides a common base class for all suites that are populated by the server. |
 | IFunctionCoverage | Represents coverage information pertaining to a function. |
 | IIdentifiable<TKey> | Specifies that the object that implements this interface is identified by an object of specified generic parameter. |
 | IImpactedTestPoint | Represents a test point that has been affected by a build. |
 | IImpactedTestPointCollection | Represents a collection of test points that is affected by a build. |
 | IMachineRole | Describes a type of machine role for a testenvironment, such as the Web server role or the client role. |
 | IMachineRoleCollection | Represents a collection of machine roles. |
 | IMeasurementBlockProxy | IMeasurementBlockProxy. |
 | IModuleCoverage | Represents coverage information pertaining to a module. |
 | INewBuildStatistics | Provides statistics about the changes in the build since the last build was associated with the test plan. |
 | IPropertyOwner | Provides a common interface for objects that support property binding. |
 | IRequirementTestSuite | Represents a test suite that is populated dynamically by finding test cases that are associated with a requirement work item. |
 | ISession | Represent the execution of a charter. |
 | ISessionBookmark | Interface to represent the session book mark. |
 | ISessionHelper | |
 | ISessionNote | Interface to represent the session note. |
 | ISharedStep | Represents a reusable collection of test actions. |
 | ISharedStepCollection | Infrastructure. Represents a collection of shared steps. |
 | ISharedStepHelper | Provides helper methods and properties for ISharedStep objects. |
 | ISharedStepReference | This interface is used to call a shared step set from a test case. |
 | ISharedStepResult | Represents the result when a shared step is executed. |
 | IStaticTestSuite | Represents a test suite that consists of a user-specified list of test cases. |
 | ITestAction | Represents a single action and expected result. |
 | ITestActionGroup | Represents a group of test actions, each of which may contain other nested action groups. |
 | ITestActionResult | Represents the result of a single test action. |
 | ITestAttachment | Encapsulates a stream of bytes that is stored on the test management server. |
 | ITestBase | Contains the common properties and methods of ITestCase and ISharedStep |
 | ITestCase | Represents a test case that is stored in the Team Foundation Server. |
 | ITestCaseCollection | Represents a container for test cases. |
 | ITestCaseHelper | Provides helper methods and properties for ITestCase objects. |
 | ITestCaseQuery | Represents a stored test case query. |
 | ITestCaseResult | Represents the status of a test case that is executed against a test run. |
 | ITestCaseResultCollection | Represents a collection of ITestCaseResult objects. |
 | ITestCaseResultHelper | Provides helper methods and properties for ITestCaseResult objects. |
 | ITestCaseResultIdentifier | Represents the complete unique identifier for a test case result. |
 | ITestConfiguration | Provides test configuration information for a test management object, such as an ITestPlan object. |
 | ITestConfigurationCollection | Represents a collection of ITestConfiguration objects. |
 | ITestConfigurationHelper | Provides helper properties and methods for test configuration objects. |
 | ITestController | Registers a test controller with the Visual Studio Test Professional. |
 | ITestControllerHelper | Provides helper methods for test controllers. |
 | ITestEnvironment | Represents a test environment in the test management client. |
 | ITestEnvironmentHelper | Provides a helper interface with methods for test environments. |
 | ITestExternalLink | Represents a link to an external object. |
 | ITestExternalLinkCollection | Represents a collection of links to external objects. |
 | ITestImplementation | Represents a link to the implementation of an automated test. |
 | ITestIterationResult | Represents the result of an execution of a test case against a row of data. |
 | ITestIterationResultCollection | Represents a collection of test iteration results that are shown in a test result. |
 | ITestManagementService | Represents the main object for the test management client API. Provides access to project collection level helper objects and ITestManagementTeamProject. |
 | ITestManagementTeamProject | Represents a test management team project in Visual Studio Test Professional. Provides access to several test management helper objects. |
 | ITestMessageLogEntry | Represents a log entry for a test object. |
 | ITestMessageLogOwner | Represents the owner of a log. |
 | ITestObject<T> | Infrastructure. Provides a base interface for objects that are stored on the Visual Studio Test Professional server. |
 | ITestObjectCollection<TObjectInterface> | Infrastructure. Represents the base interface for collections of test management objects. |
 | ITestParameter | Represents a parameter used in a test step. |
 | ITestPlan | Represents a test plan. |
 | ITestPlanCollection | Infrastructure. Represents a collection of test plans. |
 | ITestPlanHelper | Contains create, find, and query methods for a test plan. |
 | ITestPoint | Represents the execution state of a test case in a suite against a configuration as part of a test plan. |
 | ITestPointAssignment | Provides helper methods for the AssignTestPoints method. |
 | ITestPointCollection | Represents a collection of test points for the test point query methods in the ITestPlan interface. |
 | ITestPointHelper | |
 | ITestPointProperties | Represents the properties of a test point that are subject to change. |
 | ITestPointStatistic | Represents the Count for a test point statistic that is identified by the combination of PointState, ResultOutcome, ResultState, and FailureType. |
 | ITestPointStatistics | Represents the counts of points in various specific states as selected by the ITestPlan.QueryTestPointStatistics method. |
 | ITestPointStatisticsByPivot | |
 | ITestPointStatisticsPivotItem | |
 | ITestResolutionState | Infrastructure. Represents the resolution status of a test case result. |
 | ITestResolutionStateHelper | Provides helper methods for test resolution state objects in Visual Studio Test Professional. |
 | ITestResolutionStateStatistic | Infrastructure. Represents the statistics for a particular resolution state in a test run. |
 | ITestResult | Provides a base interface for results from test cases, test actions, and test iterations. |
 | ITestResultParameter | Infrastructure. Represents the expected and actual values of a parameter during a test execution. |
 | ITestRun | Represents an execution of a set of tests against a specific build. |
 | ITestRunBase | |
 | ITestRunCoverage | Represents the coverage information pertaining to a test run. |
 | ITestRunHelper | Provides helper properties and methods for test run objects in Visual Studio Test Professional. |
 | ITestRunStatistic | Represents a count of results for test runs that have a specific resolution state, result outcome, and result state. |
 | ITestRunStatistics | Represents the counts of several aspects of test results for a test run. |
 | ITestSettings | Represents the test settings that are used by test plans and test runs. |
 | ITestSettingsHelper | Provides helper properties and methods for test settings objects in Visual Studio Test Professional. |
 | ITestSettingsMachineRole | Represents a machine role that is associated with a test settings object. |
 | ITestSettingsMachineRoleCollection | Represents a collection of machine roles that is associated with a test settings object. |
 | ITestStep | Represents a single test action and expected test result. |
 | ITestStepResult | Represents the test result of execution of a single test step. |
 | ITestSuiteBase | Represents the common properties and methods that are used by all suite types. |
 | ITestSuiteCollection | Infrastructure. Represents a collection of test suites. |
 | ITestSuiteEntry | Represents an entry in a test suite entry collection. |
 | ITestSuiteEntryCollection | Represents a collection of test suite entries. |
 | ITestSuiteHelper | Provides helper properties and methods for test suites in Visual Studio Test Professional. |
 | ITestVariable | Represents a variable name that is used in test configurations and its possible values. |
 | ITestVariableHelper | Provides helper properties and methods for test variable objects in Visual Studio Test Professional. |
 | ITestVariableValue | Represents a possible value for a test variable. |
 | ITfsIdentityStore | Manages an identity cache which is loaded from disk and periodically refreshed from the identity management service. |
 | ITmiTestImplementation | Represents a link to an automated test in the unit test infrastructure. |