22 references to FluentUISetupHelpers
Aspire.Dashboard.Components.Tests (22)
Controls\GenAIVisualizerDialogTests.cs (2)
123FluentUISetupHelpers.SetupDialogInfrastructure(this); 124var cut = FluentUISetupHelpers.RenderDialogProvider(this);
Controls\TextVisualizerDialogTests.cs (4)
198FluentUISetupHelpers.SetupDialogInfrastructure(this, themeManager: themeManager, localStorage: localStorage); 203FluentUISetupHelpers.SetupFluentAnchoredRegion(this); 204FluentUISetupHelpers.SetupFluentMenu(this); 206var cut = FluentUISetupHelpers.RenderDialogProvider(this);
Layout\MainLayoutTests.cs (4)
182FluentUISetupHelpers.AddCommonDashboardServices(this, localStorage: localStorage, messageService: messageService); 196FluentUISetupHelpers.SetupFluentDialogProvider(this); 197FluentUISetupHelpers.SetupFluentOverflow(this); 198FluentUISetupHelpers.SetupFluentAnchor(this);
Pages\TraceDetailsTests.cs (12)
629FluentUISetupHelpers.SetupFluentOverflow(this); 630FluentUISetupHelpers.SetupFluentDivider(this); 631FluentUISetupHelpers.SetupFluentInputLabel(this); 632FluentUISetupHelpers.SetupFluentDataGrid(this); 633FluentUISetupHelpers.SetupFluentAnchor(this); 634FluentUISetupHelpers.SetupFluentAnchoredRegion(this); 635FluentUISetupHelpers.SetupFluentList(this); 637FluentUISetupHelpers.SetupFluentSearch(this); 638FluentUISetupHelpers.SetupFluentKeyCode(this); 639FluentUISetupHelpers.SetupFluentToolbar(this); 640FluentUISetupHelpers.SetupFluentMenu(this); 646FluentUISetupHelpers.AddCommonDashboardServices(this);