3 references to ToImmutableSortedDictionary
Aspire.Dashboard.Components.Tests (3)
Pages\ResourcesTests.cs (3)
181Assert.Equal(types, typeSelect.Instance.Values.ToImmutableSortedDictionary() /* sort for equality comparison */ ); 184Assert.Equal(states, stateSelect.Instance.Values.ToImmutableSortedDictionary() /* sort for equality comparison */); 187Assert.Equal(healthStates, healthSelect.Instance.Values.ToImmutableSortedDictionary() /* sort for equality comparison */);