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