Searched refs:textFoo (Results 1 – 1 of 1) sorted by relevance
94 TextFoo textFoo = new TextFoo(name); in testShadowSelectionSearchesSuperclasses() local95 assertEquals(ShadowFoo.class, Shadow.extract(textFoo).getClass()); in testShadowSelectionSearchesSuperclasses()101 TextFoo textFoo = new TextFoo(name); in shouldUseMostSpecificShadow() local102 assertThat(shadowOf(textFoo)).isInstanceOf(ShadowTextFoo.class); in shouldUseMostSpecificShadow()