1 instantiation of ServerStartOptions
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFactory.cs (1)
152
var options = new
ServerStartOptions
();
9 references to ServerStartOptions
Microsoft.AspNetCore.Components.Testing (9)
Infrastructure\IE2EServiceOverrideResolver.cs (2)
12
/// <see cref="
ServerStartOptions
.ConfigureServices{T}(string)"/>.
35
/// (as set by <see cref="
ServerStartOptions
.ConfigureServices{T}(string)"/>).
Infrastructure\ServerFactory.cs (3)
26
Action<
ServerStartOptions
>? configure,
149
Action<
ServerStartOptions
>? configure,
152
var
options = new ServerStartOptions();
Infrastructure\ServerInstance.cs (3)
70
ServerStartOptions
options,
175
internal static string ComputeKey(string appName,
ServerStartOptions
options)
195
ServerStartOptions
options,
Playwright\UITest.cs (1)
62
Action<
ServerStartOptions
>? configure = null)