3 references to LifecycleTestComponent
Aspire.Dashboard.Components.Tests (3)
Layout\MainLayoutTests.cs (3)
394bodyBuilder.OpenComponent<LifecycleTestComponent>(0); 395bodyBuilder.AddComponentParameter(1, nameof(LifecycleTestComponent.Initialized), (Action)(() => initializedCount++)); 396bodyBuilder.AddComponentParameter(2, nameof(LifecycleTestComponent.Disposed), (Action)(() => disposedCount++));