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