4 instantiations of MockKnownPropertyLookup
Aspire.Dashboard.Tests (4)
Integration\DashboardClientAuthTests.cs (1)
136knownPropertyLookup: new MockKnownPropertyLookup(),
Model\DashboardClientTests.cs (1)
155return new DashboardClient(NullLoggerFactory.Instance, _configuration, _dashboardOptions, new TestDashboardClientStatus(), s_timeProvider, new MockKnownPropertyLookup());
Model\ResourceViewModelTests.cs (2)
51var vm = resource.ToViewModel(s_timeProvider, new MockKnownPropertyLookup()); 72var ex = Assert.Throws<InvalidOperationException>(() => resource.ToViewModel(s_timeProvider, new MockKnownPropertyLookup()));