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