Searched refs:childClass (Results 1 – 1 of 1) sorted by relevance
123 Class<?> childClass = Class.forName("ChildClass", true, childLoader); in doTest() local124 Method runTestMethod = childClass.getDeclaredMethod( in doTest()