Searched defs:methodClass (Results 1 – 7 of 7) sorted by relevance
16 Class< ? extends ITestNGMethod> methodClass) in findMethodListSuperClass()30 Class< ? extends ITestNGMethod> methodClass) in findSubClass()59 Class< ? extends ITestNGMethod> methodClass = method.getRealClass(); in fixMethodInheritance() local
127 Class methodClass = method.getDeclaringClass(); in includeMethodFromIncludeExclude() local
316 protected static String calculateMethodCanonicalName(Class<?> methodClass, String methodName) { in calculateMethodCanonicalName()
244 Class<?> methodClass = method.getDeclaringClass(); in isOverridden() local
75 private final Class<? extends Annotation> methodClass; field in ModuleValidator84 Class<? extends Annotation> methodClass) { in ModuleValidator()
219 Class methodClass = NAME_TO_CLASS.get(name); in newMethod() local
724 methodClass(jmethodID method, jclass *pclazz) in methodClass() function