1 implementation of ShouldAttachToTestHost
Microsoft.VisualStudio.TestPlatform.Common (1)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
73public bool ShouldAttachToTestHost(IEnumerable<TestCase>? tests, IRunContext runContext)
2 references to ShouldAttachToTestHost
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\RunTestsWithTests.cs (1)
84|| convertedExecutor.ShouldAttachToTestHost(_executorUriVsTestList?[executorUri], runContext);
Microsoft.VisualStudio.TestPlatform.Common (1)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
77return executor.ShouldAttachToTestHost(tests, runContext);