6 references to AddComponentAsync
Microsoft.AspNetCore.Components.Server.Tests (6)
Circuits\CircuitHostTest.cs (6)
428await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, parameters); 445await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, null, componentKey); 470await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1); 499await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, new Dictionary<string, object>() 538await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, new Dictionary<string, object>() 577await AddComponentAsync<DynamicallyAddedComponent>(circuitHost, 1, parameters);