8 references to DistributedApplicationTests
Aspire.Hosting.Tests (8)
Dcp\ApplicationExecutorTests.cs (6)
53
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
413
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
440
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
529
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
649
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
696
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
DistributedApplicationTests.cs (1)
192
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
TestProgramFixture.cs (1)
62
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);