6 references to RedisImageSource
Aspire.Hosting.Tests (6)
DistributedApplicationTests.cs (6)
268
Assert.Equal(
RedisImageSource
, notStartedResourceEvent.Snapshot.Properties.Single(p => p.Name == "container.image").Value?.ToString());
349
Assert.Equal(
RedisImageSource
, notStartedResourceEvent.Snapshot.Properties.Single(p => p.Name == "container.image").Value?.ToString());
534
Assert.Equal(
RedisImageSource
, item.Spec.Image);
587
Assert.Equal(
RedisImageSource
, item.Spec.Image);
725
Assert.Equal(
RedisImageSource
, redisContainer.Spec.Image);
848
Assert.Equal(
RedisImageSource
, redisContainer.Spec.Image);