Home
last modified time | relevance | path

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

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