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