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