Searched refs:uninstrumentedParentIn (Results 1 – 1 of 1) sorted by relevance
355 …Object uninstrumentedParentIn = uninstrumentedParentClass.getDeclaredConstructor(String.class).new… in shouldGenerateClassSpecificDirectAccessMethodForConstructorWhichDoesNotCallSuper() local356 assertEquals(null, directMethod.invoke(instance, uninstrumentedParentIn, "foo")); in shouldGenerateClassSpecificDirectAccessMethodForConstructorWhichDoesNotCallSuper()