Searched refs:textFoo (Results 1 – 1 of 1) sorted by relevance
99 TextFoo textFoo = new TextFoo(name); in testShadowSelectionSearchesSuperclasses() local100 assertEquals(ShadowFoo.class, Robolectric.shadowOf_(textFoo).getClass()); in testShadowSelectionSearchesSuperclasses()108 TextFoo textFoo = new TextFoo(name); in shouldUseMostSpecificShadow() local109 assertThat(shadowOf(textFoo), instanceOf(ShadowTextFoo.class)); in shouldUseMostSpecificShadow()