team-charls / charls

CharLS, a C++ JPEG-LS library implementation
BSD 3-Clause "New" or "Revised" License
188 stars 74 forks source link

Add _throws to unit tests that verify failures #199

Closed vbaderks closed 2 years ago

vbaderks commented 2 years ago

CharLS is designed to throw when a method fails. End all unit test that verify this behaviour with _throws at the end.