Share via


ITestList.AddTest(ITestElement) Method

Definition

Adds a test to the test list.

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

Parameters

test
ITestElement

An ITestElement object.

Applies to