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