4 instantiations of TestPlatformOptions
vstest.console (2)
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 (2)
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 } };
239 references to TestPlatformOptions
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (161)
Interfaces\ITestSession.cs (10)
51TestPlatformOptions options, 85TestPlatformOptions options, 101TestPlatformOptions options, 130TestPlatformOptions options, 146TestPlatformOptions options, 178TestPlatformOptions options, 196TestPlatformOptions options, 229TestPlatformOptions options, 247TestPlatformOptions options, 279bool StopTestSession(TestPlatformOptions options, ITestSessionEventsHandler eventsHandler);
Interfaces\ITestSessionAsync.cs (10)
47TestPlatformOptions options, 81TestPlatformOptions options, 97TestPlatformOptions options, 126TestPlatformOptions options, 142TestPlatformOptions options, 174TestPlatformOptions options, 192TestPlatformOptions options, 225TestPlatformOptions options, 243TestPlatformOptions options, 277TestPlatformOptions options,
Interfaces\ITranslationLayerRequestSender.cs (7)
59TestPlatformOptions? options, 76TestPlatformOptions? options, 94TestPlatformOptions? options, 113TestPlatformOptions? options, 133TestPlatformOptions? options, 152TestPlatformOptions? options, 165TestPlatformOptions? options,
Interfaces\ITranslationLayerRequestSenderAsync.cs (13)
35TestPlatformOptions? options, 44/// TestPlatformOptions, 52TestPlatformOptions? options, 62/// TestPlatformOptions, 70TestPlatformOptions? options, 80/// TestPlatformOptions, 89TestPlatformOptions? options, 100/// TestPlatformOptions, 109TestPlatformOptions? options, 120/// TestPlatformOptions, 127TestPlatformOptions? options, 135/// TestPlatformOptions, 140TestPlatformOptions? options,
Interfaces\IVsTestConsoleWrapper.cs (17)
53TestPlatformOptions? options, 71TestPlatformOptions? options, 100TestPlatformOptions? options, 134TestPlatformOptions? options, 149TestPlatformOptions? options, 181TestPlatformOptions? options, 196TestPlatformOptions? options, 213TestPlatformOptions? options, 241TestPlatformOptions? options, 256TestPlatformOptions? options, 273TestPlatformOptions? options, 304TestPlatformOptions? options, 321TestPlatformOptions? options, 340TestPlatformOptions? options, 372TestPlatformOptions? options, 389TestPlatformOptions? options, 408TestPlatformOptions? options,
Interfaces\IVsTestConsoleWrapperAsync.cs (34)
45/// TestPlatformOptions, 52TestPlatformOptions? options, 60/// TestPlatformOptions, 68TestPlatformOptions? options, 87/// TestPlatformOptions, 93TestPlatformOptions? options, 122/// TestPlatformOptions, 129TestPlatformOptions? options, 137/// TestPlatformOptions, 145TestPlatformOptions? options, 173/// TestPlatformOptions, 180TestPlatformOptions? options, 188/// TestPlatformOptions, 196TestPlatformOptions? options, 205/// TestPlatformOptions, 214TestPlatformOptions? options, 237/// TestPlatformOptions, 244TestPlatformOptions? options, 252/// TestPlatformOptions, 260TestPlatformOptions? options, 269/// TestPlatformOptions, 278TestPlatformOptions? options, 303/// TestPlatformOptions, 311TestPlatformOptions? options, 320/// TestPlatformOptions, 329TestPlatformOptions? options, 339/// TestPlatformOptions, 349TestPlatformOptions? options, 375/// TestPlatformOptions, 383TestPlatformOptions? options, 392/// TestPlatformOptions, 401TestPlatformOptions? options, 411/// TestPlatformOptions, 421TestPlatformOptions? options,
TestSession.cs (20)
126TestPlatformOptions? options, 156TestPlatformOptions? options, 172TestPlatformOptions? options, 204TestPlatformOptions? options, 219TestPlatformOptions? options, 253TestPlatformOptions? options, 271TestPlatformOptions? options, 307TestPlatformOptions? options, 325TestPlatformOptions? options, 357TestPlatformOptions? options, 401TestPlatformOptions? options, 431TestPlatformOptions? options, 447TestPlatformOptions? options, 479TestPlatformOptions? options, 495TestPlatformOptions? options, 529TestPlatformOptions? options, 547TestPlatformOptions? options, 583TestPlatformOptions? options, 601TestPlatformOptions? options, 633TestPlatformOptions? options,
VsTestConsoleRequestSender.cs (16)
170TestPlatformOptions? options, 188TestPlatformOptions? options, 206TestPlatformOptions? options, 231TestPlatformOptions? options, 256TestPlatformOptions? options, 281TestPlatformOptions? options, 306TestPlatformOptions? options, 333TestPlatformOptions? options, 360TestPlatformOptions? options, 387TestPlatformOptions? options, 414TestPlatformOptions? options, 515TestPlatformOptions? options, 612TestPlatformOptions? options, 702TestPlatformOptions? options, 944TestPlatformOptions? options, 1036TestPlatformOptions? options,
VsTestConsoleWrapper.cs (34)
210TestPlatformOptions? options, 226TestPlatformOptions? options, 265TestPlatformOptions? options, 303TestPlatformOptions? options, 318TestPlatformOptions? options, 356TestPlatformOptions? options, 371TestPlatformOptions? options, 388TestPlatformOptions? options, 427TestPlatformOptions? options, 442TestPlatformOptions? options, 459TestPlatformOptions? options, 500TestPlatformOptions? options, 517TestPlatformOptions? options, 536TestPlatformOptions? options, 579TestPlatformOptions? options, 596TestPlatformOptions? options, 615TestPlatformOptions? options, 723TestPlatformOptions? options, 739TestPlatformOptions? options, 778TestPlatformOptions? options, 816TestPlatformOptions? options, 831TestPlatformOptions? options, 863TestPlatformOptions? options, 878TestPlatformOptions? options, 895TestPlatformOptions? options, 934TestPlatformOptions? options, 949TestPlatformOptions? options, 966TestPlatformOptions? options, 1007TestPlatformOptions? options, 1024TestPlatformOptions? options, 1043TestPlatformOptions? options, 1086TestPlatformOptions? options, 1103TestPlatformOptions? options, 1122TestPlatformOptions? options,
Microsoft.VisualStudio.TestPlatform.Client (3)
TestPlatform.cs (3)
77TestPlatformOptions? options, 99TestPlatformOptions? options, 118private static bool GetSkipDefaultAdapters(TestPlatformOptions? options, string? runSettings)
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
Client\Interfaces\ITestPlatform.cs (2)
48TestPlatformOptions? options, 66TestPlatformOptions? options,
Client\Payloads\DiscoveryRequestPayload.cs (1)
31public TestPlatformOptions? TestPlatformOptions
Client\Payloads\StartTestSessionPayload.cs (1)
44public TestPlatformOptions? TestPlatformOptions { get; set; }
Client\Payloads\TestRunRequestPayload.cs (1)
56public TestPlatformOptions? TestPlatformOptions { get; set; }
vstest.console (35)
InProcessVsTestConsoleWrapper.cs (34)
228TestPlatformOptions? options, 244TestPlatformOptions? options, 317TestPlatformOptions? options, 403TestPlatformOptions? options, 418TestPlatformOptions? options, 475TestPlatformOptions? options, 490TestPlatformOptions? options, 535TestPlatformOptions? options, 565TestPlatformOptions? options, 580TestPlatformOptions? options, 625TestPlatformOptions? options, 657TestPlatformOptions? options, 674TestPlatformOptions? options, 734TestPlatformOptions? options, 768TestPlatformOptions? options, 785TestPlatformOptions? options, 845TestPlatformOptions? options, 879TestPlatformOptions? options, 895TestPlatformOptions? options, 1007TestPlatformOptions? options, 1023TestPlatformOptions? options, 1034TestPlatformOptions? options, 1060TestPlatformOptions? options, 1076TestPlatformOptions? options, 1087TestPlatformOptions? options, 1115TestPlatformOptions? options, 1133TestPlatformOptions? options, 1145TestPlatformOptions? options, 1174TestPlatformOptions? options, 1192TestPlatformOptions? options, 1204TestPlatformOptions? options, 1239TestPlatformOptions? options, 1256TestPlatformOptions? options, 1280TestPlatformOptions? options,
TestPlatformHelpers\TestRequestManager.cs (1)
1265TestPlatformOptions? options,
vstest.console.arm64 (35)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (34)
228TestPlatformOptions? options, 244TestPlatformOptions? options, 317TestPlatformOptions? options, 403TestPlatformOptions? options, 418TestPlatformOptions? options, 475TestPlatformOptions? options, 490TestPlatformOptions? options, 535TestPlatformOptions? options, 565TestPlatformOptions? options, 580TestPlatformOptions? options, 625TestPlatformOptions? options, 657TestPlatformOptions? options, 674TestPlatformOptions? options, 734TestPlatformOptions? options, 768TestPlatformOptions? options, 785TestPlatformOptions? options, 845TestPlatformOptions? options, 879TestPlatformOptions? options, 895TestPlatformOptions? options, 1007TestPlatformOptions? options, 1023TestPlatformOptions? options, 1034TestPlatformOptions? options, 1060TestPlatformOptions? options, 1076TestPlatformOptions? options, 1087TestPlatformOptions? options, 1115TestPlatformOptions? options, 1133TestPlatformOptions? options, 1145TestPlatformOptions? options, 1174TestPlatformOptions? options, 1192TestPlatformOptions? options, 1204TestPlatformOptions? options, 1239TestPlatformOptions? options, 1256TestPlatformOptions? options, 1280TestPlatformOptions? options,
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1265TestPlatformOptions? options,