Lines Matching defs:ResultsChecker
182 class ResultsChecker {
205 // store the static ResultsChecker in a function to prevent initialization
207 ResultsChecker& GetResultsChecker() {
208 static ResultsChecker rc;
213 void ResultsChecker::Add(const std::string& entry_pattern,
219 void ResultsChecker::CheckResults(std::stringstream& output) {
230 // now go over every line and publish it to the ResultsChecker
261 void ResultsChecker::SetHeader_(const std::string& csv_header) {
266 void ResultsChecker::SetValues_(const std::string& entry_csv_line) {
279 std::vector<std::string> ResultsChecker::SplitCsv_(const std::string& line) {