8 references to UnspecifiedAdapterPath
Microsoft.TestPlatform.CrossPlatEngine (5)
Client\DiscoveryCriteriaExtensions.cs (1)
38
adapterSourceMap.Add(ObjectModel.Constants.
UnspecifiedAdapterPath
, sources);
Client\TestRunCriteriaExtensions.cs (1)
79
adapterSourceMap.Add(ObjectModel.Constants.
UnspecifiedAdapterPath
, sources);
Discovery\DiscovererEnumerator.cs (1)
498
if (StringUtils.IsNullOrEmpty(extensionAssembly) || string.Equals(extensionAssembly, ObjectModel.Constants.
UnspecifiedAdapterPath
))
Execution\BaseRunTests.cs (1)
558
|| string.Equals(extensionAssembly, ObjectModel.Constants.
UnspecifiedAdapterPath
))
Execution\RunTestsWithTests.cs (1)
126
ObjectModel.Constants.
UnspecifiedAdapterPath
);
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Client\DiscoveryCriteria.cs (1)
117
{ Constants.
UnspecifiedAdapterPath
, sources }
Client\TestRunCriteria.cs (2)
236
{ Constants.
UnspecifiedAdapterPath
, testSources }
263
{ Constants.
UnspecifiedAdapterPath
, testSources }