The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITmi::AddManagedTestStorage Method (Object^, String^, TestType^)
Adds the provided test storage path of a specific test manager and specified test type.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- manager
-
Type:
System::Object^
The object that manages (loads, saves, updates, etc.) tests in the specified path.
- storagePath
-
Type:
System::String^
The path of the file that contains the tests that are managed. Can be a DLL from a test project that contains unit tests.
- testType
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestType^
A TestType object.
Show: