4 references to GetResourcePropertyValue
Aspire.Hosting.Tests (4)
DistributedApplicationTests.cs (4)
2164GetResourcePropertyValue(e, KnownProperties.Container.Id) is string, 2169GetResourcePropertyValue(e, KnownProperties.Executable.Pid) is int, 2172var containerId = Assert.IsType<string>(GetResourcePropertyValue(containerEvent, KnownProperties.Container.Id)); 2173var executablePid = Assert.IsType<int>(GetResourcePropertyValue(executableEvent, KnownProperties.Executable.Pid));