Searched refs:emptyArrayClass (Results 1 – 1 of 1) sorted by relevance
436 Class<?> emptyArrayClass = classLoader.loadClass(modifiedClass); in testMethodInjection() local437 Object emptyArrayInstance = emptyArrayClass.newInstance(); in testMethodInjection()438 Method method = emptyArrayClass.getMethod("getFrameworkClassLoader"); in testMethodInjection()