Searched refs:provideMethod (Results 1 – 1 of 1) sorted by relevance
59 private Object[] invokeParamsProvidingMethod(Method provideMethod, Class<?> sourceClass) { in invokeParamsProvidingMethod() argument62 provideMethod.setAccessible(true); in invokeParamsProvidingMethod()63 Object result = provideMethod.invoke(testObject); in invokeParamsProvidingMethod()113 …throw new RuntimeException("The return type of: " + provideMethod.getName() + " defined in class "… in invokeParamsProvidingMethod()116 …throw new RuntimeException("Could not invoke method: " + provideMethod.getName() + " defined in cl… in invokeParamsProvidingMethod()