6 references to CreateAsync
Aspire.Hosting.Testing.Tests (6)
TestingBuilderTests.cs (3)
94
? DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>([], configureBuilder)
229
builder = await DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(args, configureBuilder);
316
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);