Share via


ITestList Members

Include Protected Members
Include Inherited Members

Interface for creating custom test lists.

The ITestList type exposes the following members.

Methods

 

Name

Description

Public method

AddTest

Adds a test to the test list.

Public method

CreateChildList

Creates a child list in the current list by using the provided list name.

Public method

DeleteChildList

Deletes the provided child list from the current list.

Public method

GetChildLists

Retrieves an array of child ITestList objects from the current list.

Public method

GetMissingTests

Retrieves an array of links to tests in the current list that cannot be loaded.

Public method

GetTests

Retrieves an array of tests in the current list.

Public method

MoveChildList

Moves the specified child list to the specified destination list.

Public method

RemoveTest

Removes the specified test from the list.

Top

Properties

 

Name

Description

Public property

CanChangeTestLists

Gets a value that indicates whether the child lists can be modified.

Public property

CanChangeTests

Gets a value that indicates whether the tests in the list can be modified.

Public property

Name

Gets or sets the name of the list.

Public property

ReadOnly

Gets a value that indicates whether the list can be modified.

Top

See Also

Reference

ITestList Interface

Microsoft.VisualStudio.TestTools.Common Namespace