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