2 references to ExpandTestAdapterPaths
Microsoft.VisualStudio.TestPlatform.Client (2)
TestPlatform.cs (2)
219
IEnumerable<string> extensionAssemblies =
ExpandTestAdapterPaths
(customTestAdaptersPath, _fileHelper, adapterLoadingStrategy);
293
.SelectMany(path =>
ExpandTestAdapterPaths
(path, fileHelper, strategy))