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)
130var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 173var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 248var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 325var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 471var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 1366TestProgram.Create<DistributedApplicationTests>(
TestProgramFixture.cs (1)
62return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);