ITestList.AddTest(ITestElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.