3 implementations of CanExecuteCurrentRunConfiguration
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DefaultTestHostManager.cs (1)
353public bool CanExecuteCurrentRunConfiguration(string? runsettingsXml)
Hosting\DotnetTestHostManager.cs (1)
858public bool CanExecuteCurrentRunConfiguration(string? runsettingsXml)
Hosting\MtpTestRuntimeProvider.cs (1)
75bool ITestRuntimeProvider.CanExecuteCurrentRunConfiguration(string? runsettingsXml) => false;
2 references to CanExecuteCurrentRunConfiguration
Microsoft.VisualStudio.TestPlatform.Common (1)
Hosting\TestRunTimeProviderManager.cs (1)
98if (testExtension.Value.CanExecuteCurrentRunConfiguration(runConfiguration))
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Host\ISourceAwareTestRuntimeProvider.cs (1)
13/// The base <see cref="ITestRuntimeProvider.CanExecuteCurrentRunConfiguration(string?)"/> hook is