1 implementation of ShouldAttachToTestHost
Microsoft.VisualStudio.TestPlatform.Common (1)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
61public bool ShouldAttachToTestHost(IEnumerable<string>? sources, IRunContext runContext)
2 references to ShouldAttachToTestHost
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\RunTestsWithSources.cs (1)
126|| convertedExecutor.ShouldAttachToTestHost(
Microsoft.VisualStudio.TestPlatform.Common (1)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
65return executor.ShouldAttachToTestHost(sources, runContext);