5 references to WithDataVolume
Aspire.Hosting.PostgreSQL.Tests (4)
PostgrePublicApiTests.cs (1)
150
var action = () => builder.
WithDataVolume
();
PostgresFunctionalTests.cs (3)
220
postgres1.
WithDataVolume
(volumeName);
284
postgres2.
WithDataVolume
(volumeName);
711
postgres.
WithDataVolume
(volumeName);
TestShop.AppHost (1)
Program.cs (1)
8
.
WithDataVolume
()