7 references to RedisImageSource
Aspire.Hosting.Tests (7)
DistributedApplicationTests.cs (7)
275
Assert.Equal(
RedisImageSource
, notStartedResourceEvent.Snapshot.Properties.Single(p => p.Name == "container.image").Value?.ToString());
355
Assert.Equal(
RedisImageSource
, notStartedResourceEvent.Snapshot.Properties.Single(p => p.Name == "container.image").Value?.ToString());
550
Assert.Equal(
RedisImageSource
, item.Spec.Image);
607
Assert.Equal(
RedisImageSource
, item.Spec.Image);
726
Assert.Equal(
RedisImageSource
, item.Spec.Image);
1024
Assert.Equal(
RedisImageSource
, redisContainer.Spec.Image);
1170
Assert.Equal(
RedisImageSource
, redisContainer.Spec.Image);