ThrowTheSwitch / CException

Lightweight exception implementation for C
http://throwtheswitch.org
MIT License
326 stars 66 forks source link

Add new test result: ERROR #27

Closed jauernim closed 2 years ago

jauernim commented 2 years ago

Sometimes it would be useful to indicate that a test failed before even reaching its test focus. JUnit-like test framework have a dedicated test result for this: ERROR.

Would it be possible to add this to Unity? Something like "TEST_ERROR()" and "TEST_ERROR_MESSAGE()".