4 references to WithDataBindMount
Aspire.Hosting.PostgreSQL.Tests (4)
PostgrePublicApiTests.cs (2)
147var action = () => builder.WithDataBindMount(source); 160var action = () => postgres.WithDataBindMount(source);
PostgresFunctionalTests.cs (2)
226postgres1.WithDataBindMount(bindMountPath); 288postgres2.WithDataBindMount(bindMountPath!);