1 implementation of ISourceAwareTestRuntimeProvider
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\MtpTestRuntimeProvider.cs (1)
48
public class MtpTestRuntimeProvider :
ISourceAwareTestRuntimeProvider
, IProxyManagerFactory
5 references to ISourceAwareTestRuntimeProvider
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\MtpTestRuntimeProvider.cs (2)
34
/// <see cref="
ISourceAwareTestRuntimeProvider
"/> (source-aware detection using the build-time
82
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
)