18 references to DistributedApplicationTests
Aspire.Hosting.Tests (18)
Dcp\DcpExecutorTests.cs (11)
55
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
120
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
172
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
538
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
565
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
658
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
784
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
831
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1877
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1914
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1951
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
DistributedApplicationTests.cs (6)
136
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
179
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
254
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
331
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
489
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
1556
TestProgram.Create<
DistributedApplicationTests
>(
TestProgramFixture.cs (1)
61
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);