4 references to GetPropertyValue
Aspire.Hosting.TestUtilities (4)
Utils\PersistentContainerTestHelpers.cs (4)
131
return
GetPropertyValue
(evt, ContainerLifetimePropertyName) is ContainerLifetime.Persistent &&
132
GetPropertyValue
(evt, ContainerIdPropertyName) is string { Length: > 0 } &&
136
var containerLifetime =
GetPropertyValue
(resourceEvent, ContainerLifetimePropertyName);
139
var containerId = Assert.IsType<string>(
GetPropertyValue
(resourceEvent, ContainerIdPropertyName));