Searched refs:ClassWithSomeConstructors (Results 1 – 2 of 2) sorted by relevance
28 ClassWithSomeConstructors o = new ClassWithSomeConstructors("my name"); in shouldCallOriginalConstructorBodySomehow()33 public static class ClassWithSomeConstructors { class in RealApisTest36 public ClassWithSomeConstructors(String name) { in ClassWithSomeConstructors() method in RealApisTest.ClassWithSomeConstructors41 @Implements(ClassWithSomeConstructors.class)
168 ClassWithSomeConstructors o = new ClassWithSomeConstructors("my name"); in shouldGenerateSeparatedConstructorBodies()178 public static class ClassWithSomeConstructors { class in ShadowingTest181 public ClassWithSomeConstructors(String name) { in ClassWithSomeConstructors() method in ShadowingTest.ClassWithSomeConstructors186 @Implements(ClassWithSomeConstructors.class)