Searched refs:pclass (Results 1 – 1 of 1) sorted by relevance
192 Class<? extends ConstructorTestHelper> pclass = new ConstructorTestHelper().getClass(); in test_getDeclaringClass() local193 Constructor<? extends ConstructorTestHelper> ctor = pclass.getConstructor(new Class[0]); in test_getDeclaringClass()194 val = ctor.getDeclaringClass().equals(pclass); in test_getDeclaringClass()