1 implementation of ISourceAwareTestRuntimeProvider
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\MtpTestRuntimeProvider.cs (1)
46public 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 80bool ISourceAwareTestRuntimeProvider.CanExecuteCurrentRunConfiguration(string? runsettingsXml, IEnumerable<string> sources)
Microsoft.VisualStudio.TestPlatform.Common (3)
Hosting\TestRunTimeProviderManager.cs (3)
55if (testExtension.Value is ISourceAwareTestRuntimeProvider sourceAware 76if (testExtension.Value is ISourceAwareTestRuntimeProvider sourceAware 93if (testExtension.Value is ISourceAwareTestRuntimeProvider)