21 references to DistributedApplicationTests
Aspire.Hosting.Tests (21)
Dcp\DcpExecutorTests.cs (14)
56
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
121
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
175
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
209
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
575
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
602
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
695
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
774
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
885
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
932
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1987
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2024
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2061
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2141
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
DistributedApplicationTests.cs (6)
137
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
182
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
391
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
470
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
630
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
1961
var testProgram = TestProgram.Create<
DistributedApplicationTests
>(
TestProgramFixture.cs (1)
61
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);