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 1947AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1984AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2021AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName
DistributedApplicationTests.cs (6)
138var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 180var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 254var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 330var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 487var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 1725var testProgram = TestProgram.Create<DistributedApplicationTests>(
TestProgramFixture.cs (1)
61return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);