Searched refs:findMethodInTestClassHierarchy (Results 1 - 1 of 1) sorted by relevance

/external/junit-params/src/main/java/junitparams/internal/parameters/
H A DParamsFromMethodCommon.java41 return findMethodInTestClassHierarchy(defaultMethodName(), sourceClass) != null;
50 Method providerMethod = findMethodInTestClassHierarchy(methodName, sourceClass);
121 private Method findMethodInTestClassHierarchy(String methodName, Class<?> sourceClass) { method in class:ParamsFromMethodCommon

Completed in 106 milliseconds