1 implementation of RunTests
Microsoft.VisualStudio.TestPlatform.Common (1)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
26
public void
RunTests
(IEnumerable<TestCase>? tests, IRunContext? runContext, IFrameworkHandle? frameworkHandle)
3 references to RunTests
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\RunTestsWithTests.cs (1)
72
executor?.Value.
RunTests
(_executorUriVsTestList?[executorUri], runContext, frameworkHandle);
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionDecorators\SerialTestRunDecorator.cs (2)
39
OriginalTestExecutor.
RunTests
(new List<TestCase> { testToRun }, runContext, new SerializeTestRunDecoratorFrameworkHandle(frameworkHandle!, _runSequentialEvent));
44
OriginalTestExecutor.
RunTests
(tests, runContext, frameworkHandle);