8 references to DistributedApplicationTests
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (6)
50
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
416
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
443
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
532
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
652
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
699
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
DistributedApplicationTests.cs (1)
195
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
TestProgramFixture.cs (1)
62
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);