Searched refs:methodSeparatorIndex (Results 1 – 1 of 1) sorted by relevance
437 int methodSeparatorIndex = testClassName.indexOf('#'); in parseTestClass() local440 if (methodSeparatorIndex > 0) { in parseTestClass()441 testMethodName = testClassName.substring(methodSeparatorIndex + 1); in parseTestClass()442 testClassName = testClassName.substring(0, methodSeparatorIndex); in parseTestClass()