93 references to FluentUISetupHelpers
Aspire.Dashboard.Components.Tests (93)
Controls\GenAIVisualizerDialogTests.cs (4)
317FluentUISetupHelpers.SetupDialogInfrastructure(this); 318FluentUISetupHelpers.SetupFluentTab(this); 319FluentUISetupHelpers.SetupFluentOverflow(this); 321var cut = FluentUISetupHelpers.RenderDialogProvider(this);
Controls\PlotlyChartTests.cs (2)
26FluentUISetupHelpers.AddCommonDashboardServices(this); 53FluentUISetupHelpers.AddCommonDashboardServices(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); 206FluentUISetupHelpers.SetupFluentDialogProvider(this); 207FluentUISetupHelpers.SetupFluentOverflow(this); 208FluentUISetupHelpers.SetupFluentAnchor(this);
Pages\ConsoleLogsTests.cs (10)
789FluentUISetupHelpers.SetupFluentDivider(this); 790FluentUISetupHelpers.SetupFluentInputLabel(this); 791FluentUISetupHelpers.SetupFluentList(this); 792FluentUISetupHelpers.SetupFluentSearch(this); 793FluentUISetupHelpers.SetupFluentKeyCode(this); 794FluentUISetupHelpers.SetupFluentMenu(this); 795FluentUISetupHelpers.SetupFluentAnchor(this); 796FluentUISetupHelpers.SetupFluentAnchoredRegion(this); 797FluentUISetupHelpers.SetupFluentToolbar(this); 802FluentUISetupHelpers.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); 31FluentUISetupHelpers.SetupFluentDivider(context); 32FluentUISetupHelpers.SetupFluentSearch(context); 33FluentUISetupHelpers.SetupFluentAnchor(context); 34FluentUISetupHelpers.SetupFluentAnchoredRegion(context); 35FluentUISetupHelpers.SetupFluentDataGrid(context); 36FluentUISetupHelpers.SetupFluentKeyCode(context); 37FluentUISetupHelpers.SetupFluentToolbar(context); 38FluentUISetupHelpers.SetupFluentMenu(context); 45FluentUISetupHelpers.SetupFluentDivider(context); 46FluentUISetupHelpers.SetupFluentInputLabel(context); 47FluentUISetupHelpers.SetupFluentDataGrid(context); 48FluentUISetupHelpers.SetupFluentSearch(context); 49FluentUISetupHelpers.SetupFluentKeyCode(context); 50FluentUISetupHelpers.SetupFluentCheckbox(context); 51FluentUISetupHelpers.SetupFluentAnchoredRegion(context); 52FluentUISetupHelpers.SetupFluentToolbar(context); 53FluentUISetupHelpers.SetupFluentTab(context); 54FluentUISetupHelpers.SetupFluentOverflow(context); 55FluentUISetupHelpers.SetupFluentMenu(context); 57FluentUISetupHelpers.AddCommonDashboardServices(context); 64FluentUISetupHelpers.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);