Home
last modified time | relevance | path

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

/external/robolectric/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)
/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)