13 references to DistributedApplicationTests
Aspire.Hosting.Tests (13)
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 (4)
129var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 172var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 234var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 357var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>();
TestProgramFixture.cs (1)
62return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);