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
1459
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1486
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1579
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1658
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1734
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1816
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1891
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
1990
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2077
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2163
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2245
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2405
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2557
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2610
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2666
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2720
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2884
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
2942
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3012
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3130
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3196
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3259
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3366
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3413
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3454
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3485
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
3522
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
5853
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
5885
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
5929
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
5966
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
5999
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
6042
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7114
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7164
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7292
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7370
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7498
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7539
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7581
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7616
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7651
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7697
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
7740
AssemblyName = typeof(
DistributedApplicationTests
).Assembly.FullName
DistributedApplicationTests.cs (6)
202
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
247
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
536
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
623
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
775
var logger = app.Services.GetRequiredService<ILogger<
DistributedApplicationTests
>>();
2429
var testProgram = TestProgram.Create<
DistributedApplicationTests
>(
TestProgramFixture.cs (1)
61
return TestProgram.Create<
DistributedApplicationTests
>(randomizePorts: false);