mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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.