14 references to DistributedApplicationTests
Aspire.Hosting.Tests (14)
Dcp\DcpExecutorTests.cs (8)
52
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
117
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
170
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
536
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
563
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
652
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
772
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
819
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
DistributedApplicationTests.cs (5)
129
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
172
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
247
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
382
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
1243
TestProgram.Create<
DistributedApplicationTests
>(
TestProgramFixture.cs (1)
62
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);