Celeritas
0.5.0-56+6b053cd
|
Implementation class for comparison. More...
Public Member Functions | |
void | operator() (json &expected, json &actual) |
Construct with defaults. | |
void | add_failure (std::string &&what, std::string &&expected, std::string &&actual) const |
Push a failure onto the stack. | |
Public Attributes | |
JsonComparer::Compare const & | soft_eq |
JsonComparer::VecFailure * | failures {nullptr} |
std::vector< std::string > | key_stack |
Implementation class for comparison.