Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

void AddManagedTestStorage(
	Object^ manager,
	String^ storagePath
)

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.

Return to top
Show: