56 references to DistributedApplicationTests
Aspire.Hosting.Tests (56)
Dcp\DcpExecutorTests.cs (49)
120AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 185AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 240AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 368AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 545AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1555AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1582AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1675AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1754AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1830AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1912AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1987AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2086AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2173AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2259AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2341AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2501AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2653AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2706AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2762AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2816AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2980AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3038AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3108AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3226AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3292AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3355AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3462AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3511AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3554AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3585AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3623AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 5960AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 5992AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 6036AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 6073AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 6106AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 6149AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7221AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7271AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7399AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7477AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7605AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7646AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7688AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7723AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7758AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7804AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7847AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName
DistributedApplicationTests.cs (6)
202var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 247var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 540var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 627var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 779var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 2436var testProgram = TestProgram.Create<DistributedApplicationTests>(
TestProgramFixture.cs (1)
61return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);