martinmoene / lest

A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
Boost Software License 1.0
390 stars 45 forks source link

Add lest_THROWS_WITH( expr, ... ) #20

Open martinmoene opened 8 years ago

martinmoene commented 8 years ago

See Catch commit Added _THROWS_WITH macros.