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
1947
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1984
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2021
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
DistributedApplicationTests.cs (6)
138
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
180
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
254
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
330
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
487
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
1725
var testProgram = TestProgram.Create<
DistributedApplicationTests
>(
TestProgramFixture.cs (1)
61
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);