4 references to StartServerAsync
Microsoft.AspNetCore.Components.Testing (4)
Infrastructure\ServerFixture.cs (2)
19/// and starts app instances on demand via <see cref="StartServerAsync{TApp}"/>. 28/// Tests call <see cref="StartServerAsync{TApp}"/> to start apps.
Infrastructure\ServerInstance.cs (1)
15/// <see cref="ServerFixture{TTestAssembly}.StartServerAsync{TApp}"/>.
Infrastructure\ServerStartOptions.cs (1)
7/// Options for starting an app via <see cref="ServerFixture{TTestAssembly}.StartServerAsync{TApp}"/>.