2 references to TestingOptionsPrefix
Templates.Blazor.WebAssembly.Tests (2)
src\Shared\E2ETesting\E2ETestOptions.cs (2)
26
.Where(ama => ama.Key.StartsWith(
TestingOptionsPrefix
, StringComparison.Ordinal))
27
.ToDictionary(kvp => kvp.Key.Substring(
TestingOptionsPrefix
.Length + 1), kvp => kvp.Value);