5 references to CreateAsync
Aspire.Hosting.Testing.Tests (5)
TestingBuilderTests.cs (2)
228
builder = await DistributedApplicationTestingBuilder.
CreateAsync
<Projects.TestingAppHost1_AppHost>(args, configureBuilder);
315
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);