catch2/include
Simon Warta 506b915f7f Add missing comma when in captured expression for matchers
Such that
CHECK_THAT( hex_encode(outbuf) Equals("B5D4045C") )
becomes
CHECK_THAT( hex_encode(outbuf), Equals("B5D4045C") )
2015-12-10 08:13:08 +00:00
..
external Added unique_ptr detection to compiler_capabilities 2015-08-11 08:09:41 +01:00
internal Add missing comma when in captured expression for matchers 2015-12-10 08:13:08 +00:00
reporters Removed unused parameter 2015-11-04 18:11:54 +00:00
catch.hpp Fixed non-variadic version of REGISTER_TEST_CASE 2015-12-10 08:12:58 +00:00
catch_session.hpp Removed IRunner (rolled into IRunContext) 2015-11-19 17:53:21 +00:00
catch_with_main.hpp Builds almost completely cleanly with -WEverything in LLVM 2012-08-13 07:46:10 +01:00