Searched defs:methodClass (Results 1 – 8 of 8) 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
701 public static Initializer byCall(CtClass methodClass, in byCall()734 public static Initializer byCall(CtClass methodClass, in byCall()767 public static Initializer byCallWithParams(CtClass methodClass, in byCallWithParams()803 public static Initializer byCallWithParams(CtClass methodClass, in byCallWithParams()
219 Class methodClass = NAME_TO_CLASS.get(name); in newMethod() local
155 TypeElement methodClass = (TypeElement) method.getEnclosingElement(); in processMethod() local
724 methodClass(jmethodID method, jclass *pclazz) in methodClass() function