93 references to FluentUISetupHelpers
Aspire.Dashboard.Components.Tests (93)
Controls\GenAIVisualizerDialogTests.cs (4)
308FluentUISetupHelpers.SetupDialogInfrastructure(this); 309FluentUISetupHelpers.SetupFluentTab(this); 310FluentUISetupHelpers.SetupFluentOverflow(this); 315var cut = FluentUISetupHelpers.RenderDialogProvider(this);
Controls\PlotlyChartTests.cs (2)
26FluentUISetupHelpers.AddCommonDashboardServices(this); 53FluentUISetupHelpers.AddCommonDashboardServices(this);
Controls\TextVisualizerDialogTests.cs (4)
233FluentUISetupHelpers.SetupDialogInfrastructure(this, themeManager: themeManager, localStorage: localStorage); 238FluentUISetupHelpers.SetupFluentAnchoredRegion(this); 239FluentUISetupHelpers.SetupFluentMenu(this); 241var cut = FluentUISetupHelpers.RenderDialogProvider(this);
Layout\MainLayoutTests.cs (4)
192FluentUISetupHelpers.AddCommonDashboardServices(this, localStorage: localStorage, messageService: messageService); 213FluentUISetupHelpers.SetupFluentDialogProvider(this); 214FluentUISetupHelpers.SetupFluentOverflow(this); 215FluentUISetupHelpers.SetupFluentAnchor(this);
Pages\ConsoleLogsTests.cs (10)
835FluentUISetupHelpers.SetupFluentDivider(this); 836FluentUISetupHelpers.SetupFluentInputLabel(this); 837FluentUISetupHelpers.SetupFluentList(this); 838FluentUISetupHelpers.SetupFluentSearch(this); 839FluentUISetupHelpers.SetupFluentKeyCode(this); 840FluentUISetupHelpers.SetupFluentMenu(this); 841FluentUISetupHelpers.SetupFluentAnchor(this); 842FluentUISetupHelpers.SetupFluentAnchoredRegion(this); 843FluentUISetupHelpers.SetupFluentToolbar(this); 848FluentUISetupHelpers.AddCommonDashboardServices(this, browserTimeProvider: timeProvider);
Pages\LoginTests.cs (3)
51FluentUISetupHelpers.SetupFluentAnchor(this); 52FluentUISetupHelpers.SetupFluentTextField(this); 56FluentUISetupHelpers.AddCommonDashboardServices(this);
Pages\StructuredLogsTests.cs (10)
203FluentUISetupHelpers.SetupFluentDivider(this); 204FluentUISetupHelpers.SetupFluentInputLabel(this); 205FluentUISetupHelpers.SetupFluentDataGrid(this); 206FluentUISetupHelpers.SetupFluentList(this); 207FluentUISetupHelpers.SetupFluentSearch(this); 208FluentUISetupHelpers.SetupFluentKeyCode(this); 209FluentUISetupHelpers.SetupFluentMenu(this); 210FluentUISetupHelpers.SetupFluentToolbar(this); 211FluentUISetupHelpers.SetupFluentAnchoredRegion(this); 215FluentUISetupHelpers.AddCommonDashboardServices(this);
Pages\TraceDetailsTests.cs (12)
626FluentUISetupHelpers.SetupFluentOverflow(this); 627FluentUISetupHelpers.SetupFluentDivider(this); 628FluentUISetupHelpers.SetupFluentInputLabel(this); 629FluentUISetupHelpers.SetupFluentDataGrid(this); 630FluentUISetupHelpers.SetupFluentAnchor(this); 631FluentUISetupHelpers.SetupFluentAnchoredRegion(this); 632FluentUISetupHelpers.SetupFluentList(this); 634FluentUISetupHelpers.SetupFluentSearch(this); 635FluentUISetupHelpers.SetupFluentKeyCode(this); 636FluentUISetupHelpers.SetupFluentToolbar(this); 637FluentUISetupHelpers.SetupFluentMenu(this); 643FluentUISetupHelpers.AddCommonDashboardServices(this);
Shared\MetricsSetupHelpers.cs (14)
25FluentUISetupHelpers.SetupFluentTab(context); 26FluentUISetupHelpers.SetupFluentOverflow(context); 42FluentUISetupHelpers.SetupFluentDivider(context); 43FluentUISetupHelpers.SetupFluentInputLabel(context); 44FluentUISetupHelpers.SetupFluentDataGrid(context); 45FluentUISetupHelpers.SetupFluentList(context); 46FluentUISetupHelpers.SetupFluentSearch(context); 47FluentUISetupHelpers.SetupFluentKeyCode(context); 48FluentUISetupHelpers.SetupFluentTab(context); 49FluentUISetupHelpers.SetupFluentOverflow(context); 50FluentUISetupHelpers.SetupFluentMenu(context); 51FluentUISetupHelpers.SetupFluentToolbar(context); 52FluentUISetupHelpers.SetupFluentAnchoredRegion(context); 56FluentUISetupHelpers.AddCommonDashboardServices(context, sessionStorage: sessionStorage);
Shared\ResourceSetupHelpers.cs (22)
28FluentUISetupHelpers.AddCommonDashboardServices(context); 32FluentUISetupHelpers.SetupFluentDivider(context); 33FluentUISetupHelpers.SetupFluentSearch(context); 34FluentUISetupHelpers.SetupFluentAnchor(context); 35FluentUISetupHelpers.SetupFluentAnchoredRegion(context); 36FluentUISetupHelpers.SetupFluentDataGrid(context); 37FluentUISetupHelpers.SetupFluentKeyCode(context); 38FluentUISetupHelpers.SetupFluentToolbar(context); 39FluentUISetupHelpers.SetupFluentMenu(context); 46FluentUISetupHelpers.SetupFluentDivider(context); 47FluentUISetupHelpers.SetupFluentInputLabel(context); 48FluentUISetupHelpers.SetupFluentDataGrid(context); 49FluentUISetupHelpers.SetupFluentSearch(context); 50FluentUISetupHelpers.SetupFluentKeyCode(context); 51FluentUISetupHelpers.SetupFluentCheckbox(context); 52FluentUISetupHelpers.SetupFluentAnchoredRegion(context); 53FluentUISetupHelpers.SetupFluentToolbar(context); 54FluentUISetupHelpers.SetupFluentTab(context); 55FluentUISetupHelpers.SetupFluentOverflow(context); 56FluentUISetupHelpers.SetupFluentMenu(context); 58FluentUISetupHelpers.AddCommonDashboardServices(context, localStorage: localStorage); 65FluentUISetupHelpers.SetupFluentUIComponents(context);
Shared\StructuredLogsSetupHelpers.cs (8)
21FluentUISetupHelpers.AddCommonDashboardServices(context); 26FluentUISetupHelpers.SetupFluentDivider(context); 27FluentUISetupHelpers.SetupFluentSearch(context); 28FluentUISetupHelpers.SetupFluentDataGrid(context); 29FluentUISetupHelpers.SetupFluentKeyCode(context); 30FluentUISetupHelpers.SetupFluentMenu(context); 31FluentUISetupHelpers.SetupFluentToolbar(context); 32FluentUISetupHelpers.SetupFluentAnchoredRegion(context);