4 implementations of RunTests
vstest.console (2)
TestPlatformHelpers\LazyTestRequestManager.cs (1)
41
public void
RunTests
(TestRunRequestPayload testRunRequestPayLoad, ITestHostLauncher3? customTestHostLauncher, ITestRunEventsRegistrar testRunEventsRegistrar, ProtocolConfig protocolConfig)
TestPlatformHelpers\TestRequestManager.cs (1)
311
public void
RunTests
(
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\LazyTestRequestManager.cs (1)
41
public void
RunTests
(TestRunRequestPayload testRunRequestPayLoad, ITestHostLauncher3? customTestHostLauncher, ITestRunEventsRegistrar testRunEventsRegistrar, ProtocolConfig protocolConfig)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
311
public void
RunTests
(
7 references to RunTests
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
477
testRequestManager.
RunTests
(testRunPayload!, customLauncher, new DesignModeTestEventsRegistrar(this), _protocolConfig);
vstest.console (3)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
254
_testRequestManager.
RunTests
(runRequestPayload, null, _testRunEventsRegistrar, Constants.DefaultProtocolConfig);
Processors\RunTestsArgumentProcessor.cs (1)
186
_testRequestManager.
RunTests
(runRequestPayload, null, _testRunEventsRegistrar, Constants.DefaultProtocolConfig);
TestPlatformHelpers\LazyTestRequestManager.cs (1)
42
=> _inner.Value.
RunTests
(testRunRequestPayLoad, customTestHostLauncher, testRunEventsRegistrar, protocolConfig);
vstest.console.arm64 (3)
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
254
_testRequestManager.
RunTests
(runRequestPayload, null, _testRunEventsRegistrar, Constants.DefaultProtocolConfig);
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
186
_testRequestManager.
RunTests
(runRequestPayload, null, _testRunEventsRegistrar, Constants.DefaultProtocolConfig);
src\vstest\src\vstest.console\TestPlatformHelpers\LazyTestRequestManager.cs (1)
42
=> _inner.Value.
RunTests
(testRunRequestPayLoad, customTestHostLauncher, testRunEventsRegistrar, protocolConfig);