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