Classes | |
| struct | PatternAndFn |
Public Member Functions | |
| void | Add (const std::string &entry_pattern, ResultsCheckFn fn) |
| void | CheckResults (std::stringstream &output) |
Public Attributes | |
| std::vector< PatternAndFn > | check_patterns |
| std::vector< std::string > | field_names |
| std::vector< Results > | results |
Private Member Functions | |
| void | SetHeader_ (const std::string &csv_header) |
| void | SetValues_ (const std::string &entry_csv_line) |
| std::vector< std::string > | SplitCsv_ (const std::string &line) |
Definition at line 164 of file output_test_helper.cc.
| void internal::ResultsChecker::Add | ( | const std::string & | entry_pattern, |
| ResultsCheckFn | fn | ||
| ) |
Definition at line 198 of file output_test_helper.cc.
| void internal::ResultsChecker::CheckResults | ( | std::stringstream & | output | ) |
Definition at line 203 of file output_test_helper.cc.
|
private |
Definition at line 246 of file output_test_helper.cc.
|
private |
Definition at line 251 of file output_test_helper.cc.
|
private |
Definition at line 264 of file output_test_helper.cc.
| std::vector< PatternAndFn > internal::ResultsChecker::check_patterns |
Definition at line 173 of file output_test_helper.cc.
| std::vector< std::string > internal::ResultsChecker::field_names |
Definition at line 175 of file output_test_helper.cc.
| std::vector< Results > internal::ResultsChecker::results |
Definition at line 174 of file output_test_helper.cc.