21 references to DistributedApplicationTests
Aspire.Hosting.Tests (21)
Dcp\DcpExecutorTests.cs (14)
56AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 121AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 175AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 209AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 575AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 602AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 695AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 774AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 885AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 932AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1987AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2024AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2061AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2141AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName
DistributedApplicationTests.cs (6)
137var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 182var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 391var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 470var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 630var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 1961var testProgram = TestProgram.Create<DistributedApplicationTests>(
TestProgramFixture.cs (1)
61return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);