3 references to WithInitBindMount
Aspire.Hosting.PostgreSQL.Tests (3)
PostgrePublicApiTests.cs (2)
194
var action = () => builder.
WithInitBindMount
(source);
207
var action = () => postgres.
WithInitBindMount
(source);
PostgresFunctionalTests.cs (1)
382
postgres.
WithInitBindMount
(bindMountPath);