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