Share via


ITestList.RemoveTest(ITestElement) Method

Definition

Removes the specified test from the list.

public:
 void RemoveTest(Microsoft::VisualStudio::TestTools::Common::ITestElement ^ test);
public void RemoveTest (Microsoft.VisualStudio.TestTools.Common.ITestElement test);
abstract member RemoveTest : Microsoft.VisualStudio.TestTools.Common.ITestElement -> unit
Public Sub RemoveTest (test As ITestElement)

Parameters

test
ITestElement

The ITestList object to remove from the list.

Applies to