10 writes to TestCases
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleRequestSender.cs (4)
267
TestCases
= testCases.ToList(),
292
TestCases
= testCases.ToList(),
372
TestCases
= testCases.ToList(),
399
TestCases
= testCases.ToList(),
vstest.console (3)
InProcessVsTestConsoleWrapper.cs (2)
597
TestCases
= testCaseList,
811
TestCases
= testCaseList,
Processors\RunSpecificTestsArgumentProcessor.cs (1)
244
var runRequestPayload = new TestRunRequestPayload() {
TestCases
= _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
vstest.console.arm64 (3)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (2)
597
TestCases
= testCaseList,
811
TestCases
= testCaseList,
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 } };
8 references to TestCases
vstest.console (4)
TestPlatformHelpers\TestRequestManager.cs (4)
366
TPDebug.Assert(testRunRequestPayload.Sources != null || testRunRequestPayload.
TestCases
!= null, "testRunRequestPayload.Sources or testRunRequestPayload.TestCases is null");
381
testRunRequestPayload.
TestCases
!,
1554
if (testRunRequestPayload.
TestCases
is { Count: > 0 })
1557
foreach (var testCase in testRunRequestPayload.
TestCases
)
vstest.console.arm64 (4)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (4)
366
TPDebug.Assert(testRunRequestPayload.Sources != null || testRunRequestPayload.
TestCases
!= null, "testRunRequestPayload.Sources or testRunRequestPayload.TestCases is null");
381
testRunRequestPayload.
TestCases
!,
1554
if (testRunRequestPayload.
TestCases
is { Count: > 0 })
1557
foreach (var testCase in testRunRequestPayload.
TestCases
)