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