Searched refs:runMethod (Results 1 – 1 of 1) sorted by relevance
378 Method runMethod = aClass.getDeclaredMethod("run", String.class); in testDoubleLoad() local379 runMethod.invoke(null, library); in testDoubleLoad()