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