1 type derived from DistributedApplicationFactory
Aspire.Hosting.Testing.Tests (1)
DistributedApplicationFixtureOfT.cs (1)
9
public class DistributedApplicationFixture<TEntryPoint> :
DistributedApplicationFactory
, IAsyncLifetime where TEntryPoint : class
3 references to DistributedApplicationFactory
Aspire.Hosting.Testing (2)
DistributedApplicationFactory.cs (2)
32
/// Initializes a new instance of the <see cref="
DistributedApplicationFactory
"/> class.
410
private sealed class ObservedHost(IHost innerHost,
DistributedApplicationFactory
appFactory) : IHost, IAsyncDisposable
Aspire.Hosting.Testing.Tests (1)
TestingFactoryCrashTests.cs (1)
23
var
factory = new DistributedApplicationFactory(typeof(Projects.TestingAppHost1_AppHost), [$"--crash-{crashArg}"]);