8 references to WithDataBindMount
Aspire.Hosting.PostgreSQL.Tests (8)
AddPostgresTests.cs (4)
833
postgres.
WithDataBindMount
("mydata", isReadOnly: isReadOnly.Value);
837
postgres.
WithDataBindMount
("mydata");
860
postgres.
WithDataBindMount
("mydata", isReadOnly: isReadOnly.Value);
864
postgres.
WithDataBindMount
("mydata");
PostgrePublicApiTests.cs (2)
162
var action = () => builder.
WithDataBindMount
(source);
177
var action = () => builder.
WithDataBindMount
(source);
PostgresFunctionalTests.cs (2)
226
postgres1.
WithDataBindMount
(bindMountPath);
289
postgres2.
WithDataBindMount
(bindMountPath!);