14 references to DistributedApplicationTests
Aspire.Hosting.Tests (14)
Dcp\DcpExecutorTests.cs (8)
52AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 117AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 170AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 536AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 563AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 652AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 772AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 819AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName
DistributedApplicationTests.cs (5)
129var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 172var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 247var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 382var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 1243TestProgram.Create<DistributedApplicationTests>(
TestProgramFixture.cs (1)
62return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);