Searched refs:methodSeparatorIndex (Results 1 – 1 of 1) sorted by relevance
445 int methodSeparatorIndex = testClassName.indexOf('#'); in parseTestClass() local448 if (methodSeparatorIndex > 0) { in parseTestClass()449 testMethodName = testClassName.substring(methodSeparatorIndex + 1); in parseTestClass()450 testClassName = testClassName.substring(0, methodSeparatorIndex); in parseTestClass()