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)
130
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
173
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
248
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
325
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
471
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
1366
TestProgram.Create<
DistributedApplicationTests
>(
TestProgramFixture.cs (1)
62
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);