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^)
Adds a test storage path of a specific test manager.
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.
Show: