
BOOST_TEST
Source (link to git-repo or to original if based on someone elses unmodified work):
Version 1.0 contents:
* all testing macros available in boost test framework v1.46.1
Version 1.1:
* add fixture and suite related snippets
Version 1.1.1:
* fix redundant braces
Version 1.1.2:
* fix cursor positions to improve editing experience
Version 1.2:
* added BOOST_[LEVEL]_EXCEPTION, BOOST_IS_DEFINED, BOOST_TEST_DONT_PRINT_LOG_VALUE
* added BOOST_TEST_CONTEXT and BOOST_TEST_INFO (for boost > 1.47)
Version 1.2.1:
* fix mistyped macro name
Version 1.2.2:
* fix BOOST_xxx_NO_THROW signature
Version 1.3
* update accodring recent changes in C++ highlighters
Version 1.5
* add macros for manual registration
* add macros introduced in boost 1.59
Ratings & Comments
0 Comments