Public Member Functions | |
PatternAndFn (const std::string &rx, ResultsCheckFn fn_) | |
![]() | |
TestCase (std::string re, int rule=MR_Default) | |
Public Attributes | |
ResultsCheckFn | fn |
![]() | |
int | match_rule |
std::shared_ptr< benchmark::Regex > | regex |
std::string | regex_str |
std::string | substituted_regex |
Definition at line 167 of file output_test_helper.cc.
|
inline |
Definition at line 168 of file output_test_helper.cc.
ResultsCheckFn internal::ResultsChecker::PatternAndFn::fn |
Definition at line 170 of file output_test_helper.cc.