Celeritas
0.5.0-56+6b053cd
|
Perform an equality test (or soft equality) on two JSON objects. More...
#include <JsonComparer.hh>
Classes | |
struct | Impl |
Implementation class for comparison. More... | |
Public Types | |
using | result_type = ::testing::AssertionResult |
Public Member Functions | |
template<class... C> | |
JsonComparer (C &&... args) | |
Construct with optional tolerance. | |
result_type | operator() (std::string_view expected, std::string_view actual) |
result_type | operator() (std::string_view expected) |
Perform an equality test (or soft equality) on two JSON objects.