8 references to DistributedApplicationTests
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (6)
50AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 416AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 443AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 532AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 652AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 699AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName
DistributedApplicationTests.cs (1)
195var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>();
TestProgramFixture.cs (1)
62return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);