20 instantiations of TestRunRequestPayload
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (8)
VsTestConsoleRequestSender.cs (8)
215new TestRunRequestPayload() 240new TestRunRequestPayload() 265new TestRunRequestPayload() 290new TestRunRequestPayload() 316new TestRunRequestPayload() 343new TestRunRequestPayload() 370new TestRunRequestPayload 397new TestRunRequestPayload()
vstest.console (6)
InProcessVsTestConsoleWrapper.cs (4)
505var testRunPayload = new TestRunRequestPayload 595var testRunPayload = new TestRunRequestPayload 698var testRunPayload = new TestRunRequestPayload 809var testRunPayload = new TestRunRequestPayload
Processors\RunSpecificTestsArgumentProcessor.cs (1)
244var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
Processors\RunTestsArgumentProcessor.cs (1)
176var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
vstest.console.arm64 (6)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (4)
505var testRunPayload = new TestRunRequestPayload 595var testRunPayload = new TestRunRequestPayload 698var testRunPayload = new TestRunRequestPayload 809var testRunPayload = new TestRunRequestPayload
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
244var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
176var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
22 references to TestRunRequestPayload
Microsoft.VisualStudio.TestPlatform.Client (6)
DesignMode\DesignModeClient.cs (5)
216var testRunPayload = _communicationManager.DeserializePayload<TestRunRequestPayload>(message); 224var testRunPayload = _communicationManager.DeserializePayload<TestRunRequestPayload>(message); 468private void StartTestRun(TestRunRequestPayload? testRunPayload, ITestRequestManager testRequestManager, bool shouldLaunchTesthost)
RequestHelper\ITestRequestManager.cs (1)
56TestRunRequestPayload testRunRequestPayLoad,
vstest.console (8)
InProcessVsTestConsoleWrapper.cs (4)
505var testRunPayload = new TestRunRequestPayload 595var testRunPayload = new TestRunRequestPayload 698var testRunPayload = new TestRunRequestPayload 809var testRunPayload = new TestRunRequestPayload
Processors\RunSpecificTestsArgumentProcessor.cs (1)
244var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
Processors\RunTestsArgumentProcessor.cs (1)
176var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
TestPlatformHelpers\TestRequestManager.cs (2)
290TestRunRequestPayload testRunRequestPayload, 1546private static List<string> GetSources(TestRunRequestPayload testRunRequestPayload)
vstest.console.arm64 (8)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (4)
505var testRunPayload = new TestRunRequestPayload 595var testRunPayload = new TestRunRequestPayload 698var testRunPayload = new TestRunRequestPayload 809var testRunPayload = new TestRunRequestPayload
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
244var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
176var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
290TestRunRequestPayload testRunRequestPayload, 1546private static List<string> GetSources(TestRunRequestPayload testRunRequestPayload)