56 references to DistributedApplicationTests
Aspire.Hosting.Tests (56)
Dcp\DcpExecutorTests.cs (49)
120
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
185
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
240
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
368
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
545
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1555
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1582
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1675
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1754
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1830
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1912
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1987
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2086
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2173
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2259
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2341
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2501
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2653
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2706
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2762
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2816
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2980
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3038
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3108
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3226
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3292
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3355
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3462
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3511
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3554
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3585
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3623
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
5960
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
5992
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
6036
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
6073
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
6106
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
6149
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7221
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7271
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7399
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7477
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7605
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7646
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7688
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7723
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7758
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7804
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7847
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
DistributedApplicationTests.cs (6)
202
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
247
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
540
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
627
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
779
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
2436
var testProgram = TestProgram.Create<
DistributedApplicationTests
>(
TestProgramFixture.cs (1)
61
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);