7 references to HasAnnotationIncludingAncestorsOfType
Aspire.Hosting.Tests (7)
ResourceExtensionsTests.cs (7)
79
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
90
Assert.False(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
102
Assert.False(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
117
Assert.False(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
131
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
146
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
164
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());