Searched refs:TextFoo (Results 1 – 1 of 1) sorted by relevance
99 TextFoo textFoo = new TextFoo(name); in testShadowSelectionSearchesSuperclasses()108 TextFoo textFoo = new TextFoo(name); in shouldUseMostSpecificShadow()165 private ShadowTextFoo shadowOf(TextFoo foo) { in shadowOf()192 @Implements(TextFoo.class)197 public static class TextFoo extends Foo { class in ShadowWranglerTest198 public TextFoo(String s) { in TextFoo() method in ShadowWranglerTest.TextFoo