8 references to WithDataBindMount
Aspire.Hosting.PostgreSQL.Tests (8)
AddPostgresTests.cs (4)
877
postgres.
WithDataBindMount
("mydata", isReadOnly: isReadOnly.Value);
881
postgres.
WithDataBindMount
("mydata");
904
postgres.
WithDataBindMount
("mydata", isReadOnly: isReadOnly.Value);
908
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!);