5 references to Resources
Aspire.Dashboard (2)
Components\Pages\Resources.razor.cs (2)
22
public partial class Resources : ComponentBase, IAsyncDisposable, IPageWithSessionAndUrlState<
Resources
.ResourcesViewModel,
Resources
.ResourcesPageState>
Aspire.Dashboard.Components.Tests (3)
Pages\ResourcesTests.cs (3)
39
var cut = RenderComponent<Components.Pages.
Resources
>(builder =>
137
var cut = RenderComponent<Components.Pages.
Resources
>(builder =>
170
private static void AssertResourceFilterListEquals(IRenderedComponent<Components.Pages.
Resources
> cut, IEnumerable<KeyValuePair<string, bool>> types, IEnumerable<KeyValuePair<string, bool>> states, IEnumerable<KeyValuePair<string, bool>> healthStates)