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