4 instantiations of TestBrowserHost
Aspire.Hosting.Browsers.Tests (4)
BrowserLogsSessionManagerTests.cs (4)
46
var lease = new BrowserHostLease(new
TestBrowserHost
(), _ =>
74
var host = new
TestBrowserHost
(identity, configuration.Profile);
114
var host = new
TestBrowserHost
(identity, configuration.Profile);
146
createHostAsync: (configuration, identity, _, _) => Task.FromResult<IBrowserHost>(new
TestBrowserHost
(identity, configuration.Profile)));
4 references to TestBrowserHost
Aspire.Hosting.Browsers.Tests (4)
BrowserLogsSessionManagerTests.cs (4)
66
var createdHosts = new List<
TestBrowserHost
>();
74
var
host = new TestBrowserHost(identity, configuration.Profile);
106
var createdHosts = new List<
TestBrowserHost
>();
114
var
host = new TestBrowserHost(identity, configuration.Profile);