8 references to DistributedApplicationTests
Aspire.Hosting.Tests (8)
Dcp\ApplicationExecutorTests.cs (6)
53AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 413AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 440AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 529AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 649AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 696AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName
DistributedApplicationTests.cs (1)
192var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>();
TestProgramFixture.cs (1)
62return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);