Searched refs:childB (Results 1 – 7 of 7) sorted by relevance
105 GenericChild<B> childB = new GenericChild<B>(); in membersInjections() local106 component.injectB(childB); in membersInjections()107 assertThat(childB.a).isNotNull(); in membersInjections()108 assertThat(childB.b).isNotNull(); in membersInjections()109 assertThat(childB.registeredA).isNotNull(); in membersInjections()110 assertThat(childB.registeredB).isNotNull(); in membersInjections()111 assertThat(childB.registeredT).isNotNull(); in membersInjections()112 assertThat(childB.registeredX).isNotNull(); in membersInjections()113 assertThat(childB.registeredY).isNotNull(); in membersInjections()
39 void injectB(GenericChild<B> childB); in injectB() argument
43 ChildB childB = parent.childBBuilder().build(); in subcomponentAddedInParent_onlyUsedInSibling() local44 assertThat(childB.componentHierarchy()) in subcomponentAddedInParent_onlyUsedInSibling()46 assertThat(childB.componentHierarchyFromChildA()) in subcomponentAddedInParent_onlyUsedInSibling()
16 CsmChild childB = (CsmChild) b; in matching() local17 return childA.getChild().equals(childB.getChild()); in matching()30 CsmToken childB = (CsmToken)b; in matching() local31 return childA.getTokenType() == childB.getTokenType(); in matching()56 CsmChild childB = (CsmChild) b; in replacement() local57 return childA.getChild().getClass().equals(childB.getChild().getClass()); in replacement()66 CsmToken childB = (CsmToken)b; in replacement() local67 return childA.getTokenType() == childB.getTokenType(); in replacement()
44 ChildB childB = parent.childBBuilder().build(); in subcomponentAddedInParent_onlyUsedInSibling() local45 assertThat(childB.componentHierarchy().get()) in subcomponentAddedInParent_onlyUsedInSibling()47 assertThat(childB.componentHierarchyFromChildA().get()) in subcomponentAddedInParent_onlyUsedInSibling()
319 TypeElement childB = elements.getTypeElement(ChildB.class.getCanonicalName()); in testNonObjectSuperclass() local338 MoreTypes.nonObjectSuperclass(types, elements, (DeclaredType) childB.asType()); in testNonObjectSuperclass()
META-INF/MANIFEST.MF META-INF/ com/ com/github/ com/ ...