Files
xahaud/beast/unit_test
Vinnie Falco faf91d6697 Improved support for exceptions in threads spawned by unit tests:
Unit tests that wish to spawn threads for testing concurrency may now do so
by using unit_test::thread as a replacement for std::thread. These threads
propagate unhandled exceptions to the unit test, and work with the abort on
failure feature.
2015-01-12 17:17:09 -05:00
..
2014-03-21 18:00:37 -07:00

beast.unit_test

This provides a framework for defining and running unit tests.