13 references to DistributedApplicationTests
Aspire.Hosting.Tests (13)
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 (4)
129
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
172
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
234
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
357
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
TestProgramFixture.cs (1)
62
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);