Searched refs:reusableInChild (Results 1 – 2 of 2) sorted by relevance
40 Object reusableFromChildOne = childOne.reusableInChild(); in testReusable()41 assertThat(childOne.reusableInChild()).isSameInstanceAs(reusableFromChildOne); in testReusable()43 Object reusableFromChildTwo = childTwo.reusableInChild(); in testReusable()44 assertThat(childTwo.reusableInChild()).isSameInstanceAs(reusableFromChildTwo); in testReusable()
60 Object reusableInChild(); in reusableInChild() method69 Object reusableInChild(); in reusableInChild() method