1 implementation of ISourceAwareTestRuntimeProvider
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\MtpTestRuntimeProvider.cs (1)
46
public class MtpTestRuntimeProvider :
ISourceAwareTestRuntimeProvider
, IProxyManagerFactory
5 references to ISourceAwareTestRuntimeProvider
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\MtpTestRuntimeProvider.cs (2)
32
/// claims MTP sources via <see cref="
ISourceAwareTestRuntimeProvider
"/> (source-aware detection using the
80
bool
ISourceAwareTestRuntimeProvider
.CanExecuteCurrentRunConfiguration(string? runsettingsXml, IEnumerable<string> sources)
Microsoft.VisualStudio.TestPlatform.Common (3)
Hosting\TestRunTimeProviderManager.cs (3)
55
if (testExtension.Value is
ISourceAwareTestRuntimeProvider
sourceAware
76
if (testExtension.Value is
ISourceAwareTestRuntimeProvider
sourceAware
93
if (testExtension.Value is
ISourceAwareTestRuntimeProvider
)