commit | 0c329ad8c24b88e3df8f811abc4e6d92a2559c95 | [log] [tgz] |
---|---|---|
author | Patrick Johnmeyer <[email protected]> | Tue Feb 19 19:58:59 2013 -0800 |
committer | Patrick Johnmeyer <[email protected]> | Tue Feb 19 19:58:59 2013 -0800 |
tree | 76d515a6be6f32698df3bf8163047910dafa2194 | |
parent | 4a0d15302e9742dc605c756e718008a9ee5e1a6b [diff] | |
parent | 299df3efe54d147194156575392e8b8b5af287e8 [diff] |
Merge pull request #33 from pjohnmeyer/addingWhatToCheckMessages Add .what() to check messages for unhandled std::exceptions. Adds a `UT_CATCH(std::exception...)` block to: CHECK CHECK_EQUAL CHECK_CLOSE CHECK_ARRAY_CLOSE CHECK_ARRAY_EQUAL CHECK_ARRAY2D_CLOSE Closes #11.