Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java94 TextFoo textFoo = new TextFoo(name); in testShadowSelectionSearchesSuperclasses() local
95 assertEquals(ShadowFoo.class, Shadow.extract(textFoo).getClass()); in testShadowSelectionSearchesSuperclasses()
101 TextFoo textFoo = new TextFoo(name); in shouldUseMostSpecificShadow() local
102 assertThat(shadowOf(textFoo)).isInstanceOf(ShadowTextFoo.class); in shouldUseMostSpecificShadow()