3 references to GetContainerIdAsync
Aspire.Hosting.MySql.Tests (3)
MySqlFunctionalTests.cs (3)
579
var mySqlId = await
GetContainerIdAsync
(rns, "resource", cts.Token);
585
mySqlId2 = await
GetContainerIdAsync
(rns, "resource2", cts.Token);
588
var phpMyAdminId = await
GetContainerIdAsync
(rns, "phpmyadmin", cts.Token);;