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