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