7 references to HasAnnotationIncludingAncestorsOfType
Aspire.Hosting.Tests (7)
ResourceExtensionsTests.cs (7)
55
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
66
Assert.False(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
78
Assert.False(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
93
Assert.False(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
107
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
122
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
140
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());