4 references to Combine
Microsoft.AspNetCore.BrowserTesting (4)
BrowserManagerConfiguration.cs (4)
58
return
Combine
(GlobalContextOptions, null);
61
return
Combine
(GlobalContextOptions, browserOptions.DefaultContextOptions);
66
Combine
(GetContextOptions(browser.ToString()), ContextOptions.TryGetValue(contextName, out var context) ? context : throw new InvalidOperationException("Invalid context name"));
69
Combine
(GetContextOptions(browser, contextName), options);