Searched refs:minCountStr (Results 1 – 1 of 1) sorted by relevance
61 auto minCountStr = std::string(read); in TEST_F() local63 auto pos = minCountStr.find("="); in TEST_F()65 ASSERT_GE(minCountStr.length(), pos + 1); in TEST_F()67 int minCountValue = std::stoi(minCountStr.substr(pos + 1)); in TEST_F()