24 references to FluentUISetupHelpers
Aspire.Dashboard.Components.Tests (24)
Controls\GenAIVisualizerDialogTests.cs (4)
317FluentUISetupHelpers.SetupDialogInfrastructure(this); 318FluentUISetupHelpers.SetupFluentTab(this); 319FluentUISetupHelpers.SetupFluentOverflow(this); 321var 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)
192FluentUISetupHelpers.AddCommonDashboardServices(this, localStorage: localStorage, messageService: messageService); 207FluentUISetupHelpers.SetupFluentDialogProvider(this); 208FluentUISetupHelpers.SetupFluentOverflow(this); 209FluentUISetupHelpers.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);