5 instantiations of TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\35\TestPlatformJsonContext.TestPlatformOptions.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
(),
vstest.console (2)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
253
var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new
TestPlatformOptions
() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
Processors\RunTestsArgumentProcessor.cs (1)
185
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)
253
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)
185
var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new
TestPlatformOptions
() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
143 references to TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (38)
_generated\104\TestPlatformJsonContext.GetJsonTypeInfo.g.cs (1)
162
if (type == typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
TestPlatformOptions
))
_generated\30\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\35\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\42\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 (96)
Interfaces\ITranslationLayerRequestSender.cs (5)
59
TestPlatformOptions
? options,
76
TestPlatformOptions
? options,
94
TestPlatformOptions
? options,
113
TestPlatformOptions
? options,
133
TestPlatformOptions
? options,
Interfaces\ITranslationLayerRequestSenderAsync.cs (9)
35
TestPlatformOptions
? options,
44
///
TestPlatformOptions
,
52
TestPlatformOptions
? options,
62
///
TestPlatformOptions
,
70
TestPlatformOptions
? options,
80
///
TestPlatformOptions
,
89
TestPlatformOptions
? options,
100
///
TestPlatformOptions
,
109
TestPlatformOptions
? options,
Interfaces\IVsTestConsoleWrapper.cs (14)
54
TestPlatformOptions
? options,
69
TestPlatformOptions
? options,
101
TestPlatformOptions
? options,
116
TestPlatformOptions
? options,
133
TestPlatformOptions
? options,
161
TestPlatformOptions
? options,
176
TestPlatformOptions
? options,
193
TestPlatformOptions
? options,
224
TestPlatformOptions
? options,
241
TestPlatformOptions
? options,
260
TestPlatformOptions
? options,
292
TestPlatformOptions
? options,
309
TestPlatformOptions
? options,
328
TestPlatformOptions
? options,
Interfaces\IVsTestConsoleWrapperAsync.cs (28)
52
///
TestPlatformOptions
,
59
TestPlatformOptions
? options,
67
///
TestPlatformOptions
,
75
TestPlatformOptions
? options,
103
///
TestPlatformOptions
,
110
TestPlatformOptions
? options,
118
///
TestPlatformOptions
,
126
TestPlatformOptions
? options,
135
///
TestPlatformOptions
,
144
TestPlatformOptions
? options,
167
///
TestPlatformOptions
,
174
TestPlatformOptions
? options,
182
///
TestPlatformOptions
,
190
TestPlatformOptions
? options,
199
///
TestPlatformOptions
,
208
TestPlatformOptions
? options,
233
///
TestPlatformOptions
,
241
TestPlatformOptions
? options,
250
///
TestPlatformOptions
,
259
TestPlatformOptions
? options,
269
///
TestPlatformOptions
,
279
TestPlatformOptions
? options,
305
///
TestPlatformOptions
,
313
TestPlatformOptions
? options,
322
///
TestPlatformOptions
,
331
TestPlatformOptions
? options,
341
///
TestPlatformOptions
,
351
TestPlatformOptions
? options,
VsTestConsoleRequestSender.cs (12)
169
TestPlatformOptions
? options,
187
TestPlatformOptions
? options,
205
TestPlatformOptions
? options,
230
TestPlatformOptions
? options,
255
TestPlatformOptions
? options,
280
TestPlatformOptions
? options,
305
TestPlatformOptions
? options,
332
TestPlatformOptions
? options,
359
TestPlatformOptions
? options,
386
TestPlatformOptions
? options,
564
TestPlatformOptions
? options,
656
TestPlatformOptions
? options,
VsTestConsoleWrapper.cs (28)
216
TestPlatformOptions
? options,
231
TestPlatformOptions
? options,
269
TestPlatformOptions
? options,
284
TestPlatformOptions
? options,
301
TestPlatformOptions
? options,
340
TestPlatformOptions
? options,
355
TestPlatformOptions
? options,
372
TestPlatformOptions
? options,
413
TestPlatformOptions
? options,
430
TestPlatformOptions
? options,
449
TestPlatformOptions
? options,
492
TestPlatformOptions
? options,
509
TestPlatformOptions
? options,
528
TestPlatformOptions
? options,
643
TestPlatformOptions
? options,
658
TestPlatformOptions
? options,
690
TestPlatformOptions
? options,
705
TestPlatformOptions
? options,
722
TestPlatformOptions
? options,
761
TestPlatformOptions
? options,
776
TestPlatformOptions
? options,
793
TestPlatformOptions
? options,
834
TestPlatformOptions
? options,
851
TestPlatformOptions
? options,
870
TestPlatformOptions
? options,
913
TestPlatformOptions
? options,
930
TestPlatformOptions
? options,
949
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 (4)
Client\Interfaces\ITestPlatform.cs (2)
48
TestPlatformOptions
? options,
66
TestPlatformOptions
? options,
Client\Payloads\DiscoveryRequestPayload.cs (1)
31
public
TestPlatformOptions
? TestPlatformOptions
Client\Payloads\TestRunRequestPayload.cs (1)
56
public
TestPlatformOptions
? TestPlatformOptions { get; set; }
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
1135
TestPlatformOptions
? options,
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1135
TestPlatformOptions
? options,