Searched refs:constructorForDelegate (Results 1 – 1 of 1) sorted by relevance
272 Constructor<?> constructorForDelegate = delegateClass.getConstructor(Class.class); in RobolectricTestRunner() local273 …this.delegate = (RobolectricTestRunnerInterface) constructorForDelegate.newInstance(classLoader.bo… in RobolectricTestRunner()