Let CAF_FAIL cause an unconditional failure
The macro CAF_REQUIRE and CAF_FAIL now both terminate test execution. The only difference between the two is that CAF_REQUIRE takes a condition and CAF_FAIL a termination erro message. This behavior is similar to Boost.Test. Resolves #330.
Showing
Please register or sign in to comment