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