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)
135var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 178var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 253var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 330var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 488var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 1432TestProgram.Create<DistributedApplicationTests>(
TestProgramFixture.cs (1)
61return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);