4 references to IntegrationProbeManifestPath
Aspire.Cli.Tests (4)
Projects\PrebuiltAppHostServerTests.cs (4)
1432
var manifestPath = Assert.IsType<string>(server.
IntegrationProbeManifestPath
);
2396
Assert.Null(server.
IntegrationProbeManifestPath
);
2472
var probeManifestPath = Assert.IsType<string>(server.
IntegrationProbeManifestPath
);
2526
var probeManifestPath = Assert.IsType<string>(server.
IntegrationProbeManifestPath
);