Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Interface for creating custom test lists.
The ITestList type exposes the following members.
Methods
Name
Description
Adds a test to the test list.
Creates a child list in the current list by using the provided list name.
Deletes the provided child list from the current list.
Retrieves an array of child ITestList objects from the current list.
Retrieves an array of links to tests in the current list that cannot be loaded.
Retrieves an array of tests in the current list.
Moves the specified child list to the specified destination list.
Removes the specified test from the list.
Top
Properties
Name
Description
Gets a value that indicates whether the child lists can be modified.
Gets a value that indicates whether the tests in the list can be modified.
Gets or sets the name of the list.
Gets a value that indicates whether the list can be modified.
Top