• Matthias Vallentin's avatar
    Let CAF_FAIL cause an unconditional failure · 602837e0
    Matthias Vallentin authored
    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.
    602837e0
unit_test.hpp 16.6 KB