Searched refs:directMethod2 (Results 1 – 1 of 1) sorted by relevance
363 Method directMethod2 = findDirectMethod(aClass, "__constructor__", String.class); in shouldGenerateClassSpecificDirectAccessMethodForConstructorWhichDoesNotCallSuper() local364 assertEquals(null, directMethod2.invoke(instance, "hortense")); in shouldGenerateClassSpecificDirectAccessMethodForConstructorWhichDoesNotCallSuper()