2 references to TestComponent
Microsoft.AspNetCore.Components.Server.Tests (2)
Circuits\CircuitHostTest.cs (2)
504
await AddComponentAsync<
TestComponent
>(circuitHost, 2, []);
515
() => UpdateComponentAsync<
TestComponent
/* Note the incorrect component type */>(circuitHost, 1, parameters));