15 references to DistributedApplicationTests
Aspire.Hosting.Tests (15)
Dcp\DcpExecutorTests.cs (8)
54
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
119
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
172
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
538
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
565
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
654
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
774
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
821
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
DistributedApplicationTests.cs (6)
129
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
172
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
247
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
324
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
470
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
1373
TestProgram.Create<
DistributedApplicationTests
>(
TestProgramFixture.cs (1)
61
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);