6 references to CreateAsync
Aspire.Hosting.Testing.Tests (6)
TestingBuilderTests.cs (3)
91
? DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>([], configureBuilder)
226
builder = await DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(args, configureBuilder);
313
var builder = await DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(args, configureBuilder);
TestingPublicApiTests.cs (3)
293
var action = () => DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(args, configureBuilder);
305
var action = () => DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(args, configureBuilder);
319
var action = () => DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(args, configureBuilder);