Files
xahaud/beast/unit_test
Vinnie Falco 92c9ebb0d6 Optimize calls to unit_test::suite::expect:
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.
2015-01-20 16:45:00 -08:00
..
2014-03-21 18:00:37 -07:00

beast.unit_test

This provides a framework for defining and running unit tests.