Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DRealApisTest.java28 ClassWithSomeConstructors o = new ClassWithSomeConstructors("my name"); in shouldCallOriginalConstructorBodySomehow()
33 public static class ClassWithSomeConstructors { class in RealApisTest
36 public ClassWithSomeConstructors(String name) { in ClassWithSomeConstructors() method in RealApisTest.ClassWithSomeConstructors
41 @Implements(ClassWithSomeConstructors.class)
DShadowingTest.java168 ClassWithSomeConstructors o = new ClassWithSomeConstructors("my name"); in shouldGenerateSeparatedConstructorBodies()
178 public static class ClassWithSomeConstructors { class in ShadowingTest
181 public ClassWithSomeConstructors(String name) { in ClassWithSomeConstructors() method in ShadowingTest.ClassWithSomeConstructors
186 @Implements(ClassWithSomeConstructors.class)