7 references to HasAnnotationIncludingAncestorsOfType
Aspire.Hosting.Tests (7)
ResourceExtensionsTests.cs (7)
57
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
68
Assert.False(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
80
Assert.False(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
95
Assert.False(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
109
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
124
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());
142
Assert.True(parent.Resource.
HasAnnotationIncludingAncestorsOfType
<DummyAnnotation>());