19 references to DistributedApplicationTests
Aspire.Hosting.Tests (19)
Dcp\DcpExecutorTests.cs (12)
56
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
121
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
173
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
539
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
566
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
659
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
738
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
849
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
896
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1951
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1988
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2025
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
DistributedApplicationTests.cs (6)
138
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
183
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
392
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
471
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
631
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
1964
var testProgram = TestProgram.Create<
DistributedApplicationTests
>(
TestProgramFixture.cs (1)
61
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);