Searched refs:sepPos (Results 1 – 1 of 1) sorted by relevance
113 size_t sepPos = result.casePath.find_last_of('.'); in testCaseResultComplete() local114 std::string caseName = result.casePath.substr(sepPos+1); in testCaseResultComplete()115 std::string groupName = result.casePath.substr(0, sepPos); in testCaseResultComplete()