19 references to DistributedApplicationTests
Aspire.Hosting.Tests (19)
Dcp\DcpExecutorTests.cs (12)
56AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 121AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 173AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 539AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 566AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 659AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 738AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 849AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 896AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1951AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1988AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2025AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName
DistributedApplicationTests.cs (6)
138var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 183var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 392var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 471var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 631var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 1964var testProgram = TestProgram.Create<DistributedApplicationTests>(
TestProgramFixture.cs (1)
61return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);