Searched refs:bootstrappedClass (Results 1 – 1 of 1) sorted by relevance
59 Class<?> bootstrappedClass = testClass.getJavaClass(); in createTestInstance() local60 Constructor<?>[] constructors = bootstrappedClass.getConstructors(); in createTestInstance()