6 references to RedisImageSource
Aspire.Hosting.Tests (6)
DistributedApplicationTests.cs (6)
274
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());
552
Assert.Equal(
RedisImageSource
, item.Spec.Image);
610
Assert.Equal(
RedisImageSource
, item.Spec.Image);
748
Assert.Equal(
RedisImageSource
, redisContainer.Spec.Image);
901
Assert.Equal(
RedisImageSource
, redisContainer.Spec.Image);