Searched defs:methodClass (Results 1 – 6 of 6) 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
219 Class methodClass = NAME_TO_CLASS.get(name); in newMethod() local
724 methodClass(jmethodID method, jclass *pclazz) in methodClass() function