Home
last modified time | relevance | path

Searched refs:invokeMethodWithParams (Results 1 – 1 of 1) sorted by relevance

/external/junit-params/src/main/java/junitparams/internal/parameters/
DParamsFromMethodCommon.java24 return invokeMethodWithParams(defaultMethodName(), sourceClass); in paramsFromMethod()
29 for (Object param : invokeMethodWithParams(methodName.trim(), sourceClass)) in paramsFromMethod()
49 private Object[] invokeMethodWithParams(String methodName, Class<?> sourceClass) { in invokeMethodWithParams() method in ParamsFromMethodCommon