6 references to RedisImageSource
Aspire.Hosting.Tests (6)
DistributedApplicationTests.cs (6)
269
Assert.Equal(
RedisImageSource
, notStartedResourceEvent.Snapshot.Properties.Single(p => p.Name == "container.image").Value?.ToString());
350
Assert.Equal(
RedisImageSource
, notStartedResourceEvent.Snapshot.Properties.Single(p => p.Name == "container.image").Value?.ToString());
535
Assert.Equal(
RedisImageSource
, item.Spec.Image);
588
Assert.Equal(
RedisImageSource
, item.Spec.Image);
726
Assert.Equal(
RedisImageSource
, redisContainer.Spec.Image);
849
Assert.Equal(
RedisImageSource
, redisContainer.Spec.Image);