18 references to DistributedApplicationTests
Aspire.Hosting.Tests (18)
Dcp\DcpExecutorTests.cs (11)
55AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 120AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 172AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 538AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 565AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 658AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 784AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 831AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1877AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1914AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1951AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName
DistributedApplicationTests.cs (6)
136var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 179var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 254var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 331var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 489var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 1556TestProgram.Create<DistributedApplicationTests>(
TestProgramFixture.cs (1)
61return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);