1 type derived from ServerFactory
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFactory.cs (1)
89
public sealed class ServerFactory<TTestAssembly> :
ServerFactory
where TTestAssembly : class
1 reference to ServerFactory
Microsoft.AspNetCore.Components.Testing (1)
Playwright\UITest.cs (1)
61
ServerFactory
factory,