1 instantiation of TestCalls
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
71var testCalls = new TestCalls();
5 references to TestCalls
Aspire.Dashboard.Tests (5)
Integration\DashboardClientAuthTests.cs (5)
67private static async Task<ResourceServiceServer> CreateResourceServiceServerAsync(ILoggerFactory loggerFactory, bool useHttps, Action<TestCalls>? configureCalls = null) 71var testCalls = new TestCalls(); 141private sealed class ResourceServiceServer(WebApplication serverApp, TestCalls testCalls) : IAsyncDisposable 143public TestCalls Calls { get; } = testCalls; 159private sealed class MockDashboardService(TestCalls testCalls) : DashboardServiceBase