15 references to DistributedApplicationTests
Aspire.Hosting.Tests (15)
Dcp\DcpExecutorTests.cs (8)
54AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 119AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 172AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 538AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 565AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 654AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 774AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 821AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName
DistributedApplicationTests.cs (6)
129var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 172var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 247var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 324var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 470var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 1373TestProgram.Create<DistributedApplicationTests>(
TestProgramFixture.cs (1)
61return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);