5 instantiations of TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\43\TestPlatformJsonContext.TestPlatformOptions.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
(),
vstest.console (2)
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 (2)
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 } };
212 references to TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (41)
_generated\112\TestPlatformJsonContext.GetJsonTypeInfo.g.cs (1)
194
if (type == typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
))
_generated\32\TestPlatformJsonContext.DiscoveryRequestPayload.g.cs (3)
93
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
>
108
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.DiscoveryRequestPayload).GetProperty("TestPlatformOptions", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
), global::System.Array.Empty<global::System.Type>(), null),
111
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
>(options, info2);
_generated\38\TestPlatformJsonContext.StartTestSessionPayload.g.cs (3)
133
var info4 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
>
148
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload).GetProperty("TestPlatformOptions", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
), global::System.Array.Empty<global::System.Type>(), null),
151
properties[4] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
>(options, info4);
_generated\43\TestPlatformJsonContext.TestPlatformOptions.g.cs (31)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
>? _TestPlatformOptions;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
> TestPlatformOptions
22
get => _TestPlatformOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
>)Options.GetTypeInfo(typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
> Create_TestPlatformOptions(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
),
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
)obj).TestCaseFilter,
61
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
)obj).TestCaseFilter = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
).GetProperty("TestCaseFilter", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
),
80
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
)obj).FilterOptions,
81
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
)obj).FilterOptions = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
).GetProperty("FilterOptions", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.FilterOptions), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
),
100
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
)obj).CollectMetrics,
101
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
)obj).CollectMetrics = value!,
108
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
).GetProperty("CollectMetrics", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
118
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
),
120
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
)obj).SkipDefaultAdapters,
121
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
)obj).SkipDefaultAdapters = value!,
128
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
).GetProperty("SkipDefaultAdapters", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
138
private void TestPlatformOptionsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
? value)
148
writer.WriteString(PropName_TestCaseFilter, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
)value).TestCaseFilter);
150
FilterOptionsSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
)value).FilterOptions);
151
writer.WriteBoolean(PropName_CollectMetrics, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
)value).CollectMetrics);
152
writer.WriteBoolean(PropName_SkipDefaultAdapters, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
)value).SkipDefaultAdapters);
_generated\50\TestPlatformJsonContext.TestRunRequestPayload.g.cs (3)
153
var info5 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
>
168
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload).GetProperty("TestPlatformOptions", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
), global::System.Array.Empty<global::System.Type>(), null),
171
properties[5] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
>(options, info5);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (161)
Interfaces\ITestSession.cs (10)
51
TestPlatformOptions
options,
85
TestPlatformOptions
options,
101
TestPlatformOptions
options,
130
TestPlatformOptions
options,
146
TestPlatformOptions
options,
178
TestPlatformOptions
options,
196
TestPlatformOptions
options,
229
TestPlatformOptions
options,
247
TestPlatformOptions
options,
279
bool StopTestSession(
TestPlatformOptions
options, ITestSessionEventsHandler eventsHandler);
Interfaces\ITestSessionAsync.cs (10)
47
TestPlatformOptions
options,
81
TestPlatformOptions
options,
97
TestPlatformOptions
options,
126
TestPlatformOptions
options,
142
TestPlatformOptions
options,
174
TestPlatformOptions
options,
192
TestPlatformOptions
options,
225
TestPlatformOptions
options,
243
TestPlatformOptions
options,
277
TestPlatformOptions
options,
Interfaces\ITranslationLayerRequestSender.cs (7)
59
TestPlatformOptions
? options,
76
TestPlatformOptions
? options,
94
TestPlatformOptions
? options,
113
TestPlatformOptions
? options,
133
TestPlatformOptions
? options,
152
TestPlatformOptions
? options,
165
TestPlatformOptions
? options,
Interfaces\ITranslationLayerRequestSenderAsync.cs (13)
35
TestPlatformOptions
? options,
44
///
TestPlatformOptions
,
52
TestPlatformOptions
? options,
62
///
TestPlatformOptions
,
70
TestPlatformOptions
? options,
80
///
TestPlatformOptions
,
89
TestPlatformOptions
? options,
100
///
TestPlatformOptions
,
109
TestPlatformOptions
? options,
120
///
TestPlatformOptions
,
127
TestPlatformOptions
? options,
135
///
TestPlatformOptions
,
140
TestPlatformOptions
? options,
Interfaces\IVsTestConsoleWrapper.cs (17)
53
TestPlatformOptions
? options,
71
TestPlatformOptions
? options,
100
TestPlatformOptions
? options,
134
TestPlatformOptions
? options,
149
TestPlatformOptions
? options,
181
TestPlatformOptions
? options,
196
TestPlatformOptions
? options,
213
TestPlatformOptions
? options,
241
TestPlatformOptions
? options,
256
TestPlatformOptions
? options,
273
TestPlatformOptions
? options,
304
TestPlatformOptions
? options,
321
TestPlatformOptions
? options,
340
TestPlatformOptions
? options,
372
TestPlatformOptions
? options,
389
TestPlatformOptions
? options,
408
TestPlatformOptions
? options,
Interfaces\IVsTestConsoleWrapperAsync.cs (34)
45
///
TestPlatformOptions
,
52
TestPlatformOptions
? options,
60
///
TestPlatformOptions
,
68
TestPlatformOptions
? options,
87
///
TestPlatformOptions
,
93
TestPlatformOptions
? options,
122
///
TestPlatformOptions
,
129
TestPlatformOptions
? options,
137
///
TestPlatformOptions
,
145
TestPlatformOptions
? options,
173
///
TestPlatformOptions
,
180
TestPlatformOptions
? options,
188
///
TestPlatformOptions
,
196
TestPlatformOptions
? options,
205
///
TestPlatformOptions
,
214
TestPlatformOptions
? options,
237
///
TestPlatformOptions
,
244
TestPlatformOptions
? options,
252
///
TestPlatformOptions
,
260
TestPlatformOptions
? options,
269
///
TestPlatformOptions
,
278
TestPlatformOptions
? options,
303
///
TestPlatformOptions
,
311
TestPlatformOptions
? options,
320
///
TestPlatformOptions
,
329
TestPlatformOptions
? options,
339
///
TestPlatformOptions
,
349
TestPlatformOptions
? options,
375
///
TestPlatformOptions
,
383
TestPlatformOptions
? options,
392
///
TestPlatformOptions
,
401
TestPlatformOptions
? options,
411
///
TestPlatformOptions
,
421
TestPlatformOptions
? options,
TestSession.cs (20)
126
TestPlatformOptions
? options,
156
TestPlatformOptions
? options,
172
TestPlatformOptions
? options,
204
TestPlatformOptions
? options,
219
TestPlatformOptions
? options,
253
TestPlatformOptions
? options,
271
TestPlatformOptions
? options,
307
TestPlatformOptions
? options,
325
TestPlatformOptions
? options,
357
TestPlatformOptions
? options,
401
TestPlatformOptions
? options,
431
TestPlatformOptions
? options,
447
TestPlatformOptions
? options,
479
TestPlatformOptions
? options,
495
TestPlatformOptions
? options,
529
TestPlatformOptions
? options,
547
TestPlatformOptions
? options,
583
TestPlatformOptions
? options,
601
TestPlatformOptions
? options,
633
TestPlatformOptions
? options,
VsTestConsoleRequestSender.cs (16)
170
TestPlatformOptions
? options,
188
TestPlatformOptions
? options,
206
TestPlatformOptions
? options,
231
TestPlatformOptions
? options,
256
TestPlatformOptions
? options,
281
TestPlatformOptions
? options,
306
TestPlatformOptions
? options,
333
TestPlatformOptions
? options,
360
TestPlatformOptions
? options,
387
TestPlatformOptions
? options,
414
TestPlatformOptions
? options,
515
TestPlatformOptions
? options,
612
TestPlatformOptions
? options,
702
TestPlatformOptions
? options,
944
TestPlatformOptions
? options,
1036
TestPlatformOptions
? options,
VsTestConsoleWrapper.cs (34)
210
TestPlatformOptions
? options,
226
TestPlatformOptions
? options,
265
TestPlatformOptions
? options,
303
TestPlatformOptions
? options,
318
TestPlatformOptions
? options,
356
TestPlatformOptions
? options,
371
TestPlatformOptions
? options,
388
TestPlatformOptions
? options,
427
TestPlatformOptions
? options,
442
TestPlatformOptions
? options,
459
TestPlatformOptions
? options,
500
TestPlatformOptions
? options,
517
TestPlatformOptions
? options,
536
TestPlatformOptions
? options,
579
TestPlatformOptions
? options,
596
TestPlatformOptions
? options,
615
TestPlatformOptions
? options,
723
TestPlatformOptions
? options,
739
TestPlatformOptions
? options,
778
TestPlatformOptions
? options,
816
TestPlatformOptions
? options,
831
TestPlatformOptions
? options,
863
TestPlatformOptions
? options,
878
TestPlatformOptions
? options,
895
TestPlatformOptions
? options,
934
TestPlatformOptions
? options,
949
TestPlatformOptions
? options,
966
TestPlatformOptions
? options,
1007
TestPlatformOptions
? options,
1024
TestPlatformOptions
? options,
1043
TestPlatformOptions
? options,
1086
TestPlatformOptions
? options,
1103
TestPlatformOptions
? options,
1122
TestPlatformOptions
? options,
Microsoft.VisualStudio.TestPlatform.Client (3)
TestPlatform.cs (3)
77
TestPlatformOptions
? options,
99
TestPlatformOptions
? options,
118
private static bool GetSkipDefaultAdapters(
TestPlatformOptions
? options, string? runSettings)
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
Client\Interfaces\ITestPlatform.cs (2)
48
TestPlatformOptions
? options,
66
TestPlatformOptions
? options,
Client\Payloads\DiscoveryRequestPayload.cs (1)
31
public
TestPlatformOptions
? TestPlatformOptions
Client\Payloads\StartTestSessionPayload.cs (1)
44
public
TestPlatformOptions
? TestPlatformOptions { get; set; }
Client\Payloads\TestRunRequestPayload.cs (1)
56
public
TestPlatformOptions
? TestPlatformOptions { get; set; }
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
1265
TestPlatformOptions
? options,
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1265
TestPlatformOptions
? options,