Searched refs:methodSepPos (Results 1 – 1 of 1) sorted by relevance
187 int methodSepPos = selectTestArg.indexOf(METHOD_SEPARATOR); in getClassName() local188 return (methodSepPos < 0) ? selectTestArg : selectTestArg.substring(0, methodSepPos); in getClassName()193 int methodSepPos = selectTestArg.indexOf(METHOD_SEPARATOR); in getMethodName() local194 return (methodSepPos < 0) ? null : selectTestArg.substring(methodSepPos + 1); in getMethodName()