4 references to TestBrowserHost
Aspire.Hosting.Browsers.Tests (4)
BrowserLogsSessionManagerTests.cs (4)
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)));
629
:
this
(