21 references to DistributedApplicationTests
Aspire.Hosting.Tests (21)
Dcp\DcpExecutorTests.cs (14)
57
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
122
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
176
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
210
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
576
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
603
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
696
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
775
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
886
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
933
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2021
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2058
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2095
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2175
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
>>();
1966
var testProgram = TestProgram.Create<
DistributedApplicationTests
>(
TestProgramFixture.cs (1)
61
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);