4 references to IntegrationProbeManifestPath
Aspire.Cli.Tests (4)
Projects\PrebuiltAppHostServerTests.cs (4)
1430
var manifestPath = Assert.IsType<string>(server.
IntegrationProbeManifestPath
);
2296
Assert.Null(server.
IntegrationProbeManifestPath
);
2372
var probeManifestPath = Assert.IsType<string>(server.
IntegrationProbeManifestPath
);
2426
var probeManifestPath = Assert.IsType<string>(server.
IntegrationProbeManifestPath
);