Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestList Interface

 

Interface for creating custom test lists.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public interface class ITestList

NameDescription
System_CAPS_pubpropertyCanChangeTestLists

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

System_CAPS_pubpropertyCanChangeTests

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

System_CAPS_pubpropertyName

Gets or sets the name of the list.

System_CAPS_pubpropertyReadOnly

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

NameDescription
System_CAPS_pubmethodAddTest(ITestElement^)

Adds a test to the test list.

System_CAPS_pubmethodCreateChildList(String^)

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

System_CAPS_pubmethodDeleteChildList(ITestList^)

Deletes the provided child list from the current list.

System_CAPS_pubmethodGetChildLists()

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

System_CAPS_pubmethodGetMissingTests()

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

System_CAPS_pubmethodGetTests()

Retrieves an array of tests in the current list.

System_CAPS_pubmethodMoveChildList(ITestList^, ITestList^)

Moves the specified child list to the specified destination list.

System_CAPS_pubmethodRemoveTest(ITestElement^)

Removes the specified test from the list.

Return to top
Show: