mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
This changes expect and unexpected to receive the reason text as a template argument, allowing the std::string conversion of char const* parameters to take place only if the condition evaluates to false. This cuts all calls to malloc and free on tests that pass.
beast.unit_test
This provides a framework for defining and running unit tests.