ITestList Interface

Interface for creating custom test lists.

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

Syntax

'Declaration
Public Interface ITestList
public interface ITestList
public interface class ITestList
type ITestList =  interface end
public interface ITestList

The ITestList type exposes the following members.

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

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

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace