21 references to DistributedApplicationTests
Aspire.Hosting.Tests (21)
Dcp\DcpExecutorTests.cs (14)
57AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 122AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 176AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 210AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 576AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 603AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 696AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 775AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 886AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 933AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2021AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2058AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2095AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2175AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName
DistributedApplicationTests.cs (6)
138var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 183var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 392var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 471var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 631var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 1966var testProgram = TestProgram.Create<DistributedApplicationTests>(
TestProgramFixture.cs (1)
61return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);