ITestList Interface

Definition

Interface for creating custom test lists.

public interface class ITestList
public interface ITestList
type ITestList = interface
Public Interface ITestList

Properties

CanChangeTestLists

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

CanChangeTests

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

Name

Gets or sets the name of the list.

ReadOnly

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

Methods

AddTest(ITestElement)

Adds a test to the test list.

CreateChildList(String)

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

DeleteChildList(ITestList)

Deletes the provided child list from the current list.

GetChildLists()

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

GetMissingTests()

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

GetTests()

Retrieves an array of tests in the current list.

MoveChildList(ITestList, ITestList)

Moves the specified child list to the specified destination list.

RemoveTest(ITestElement)

Removes the specified test from the list.

Applies to