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 1459AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1486AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1579AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1658AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1734AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1816AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1891AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 1990AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2077AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2163AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2245AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2405AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2557AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2610AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2666AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2720AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2884AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 2942AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3012AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3130AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3196AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3259AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3366AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3413AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3454AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3485AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 3522AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 5853AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 5885AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 5929AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 5966AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 5999AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 6042AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7114AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7164AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7292AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7370AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7498AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7539AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7581AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7616AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7651AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7697AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName 7740AssemblyName = typeof(DistributedApplicationTests).Assembly.FullName
DistributedApplicationTests.cs (6)
202var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 247var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 536var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 623var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 775var logger = app.Services.GetRequiredService<ILogger<DistributedApplicationTests>>(); 2429var testProgram = TestProgram.Create<DistributedApplicationTests>(
TestProgramFixture.cs (1)
61return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);