Searched refs:childTwo (Results 1 – 3 of 3) sorted by relevance
33 ChildTwo childTwo = parent.childTwo(); in testReusable() local38 assertThat(childTwo.reusableInParent()).isSameInstanceAs(reusableInParent); in testReusable()43 Object reusableFromChildTwo = childTwo.reusableInChild(); in testReusable()44 assertThat(childTwo.reusableInChild()).isSameInstanceAs(reusableFromChildTwo); in testReusable()
41 ChildTwo childTwo(); in childTwo() method
89 Injector childTwo = in testSharedProxyClasses() local98 Interceptable nullFoosTwo = childTwo.getInstance(Interceptable.class); in testSharedProxyClasses()