Home
last modified time | relevance | path

Searched refs:textFoo (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
DShadowWranglerTest.java99 TextFoo textFoo = new TextFoo(name); in testShadowSelectionSearchesSuperclasses() local
100 assertEquals(ShadowFoo.class, Robolectric.shadowOf_(textFoo).getClass()); in testShadowSelectionSearchesSuperclasses()
108 TextFoo textFoo = new TextFoo(name); in shouldUseMostSpecificShadow() local
109 assertThat(shadowOf(textFoo), instanceOf(ShadowTextFoo.class)); in shouldUseMostSpecificShadow()