7 references to HasAnnotationIncludingAncestorsOfType
Aspire.Hosting.Tests (7)
ResourceExtensionsTests.cs (7)
56
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
67
Assert.False(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
79
Assert.False(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
94
Assert.False(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
108
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
123
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
141
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());