summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-28Improve exampleHEADmasterdevelopBent Bisballe Nyeng
2021-09-28Fix -Wextra warnings from gcc.Bent Bisballe Nyeng
2020-11-20Make unit-test assertion function public static on the uUnit class, so they ↵Bent Bisballe Nyeng
can be called from outside the scope of the test-classes.
2020-11-04Allow for comparison of differrent types in assert_equal and pass arguments ↵Bent Bisballe Nyeng
by reference.
2020-10-28Use alternate varargs macro syntax.Bent Bisballe Nyeng
2020-10-27Make sure teardown is always called, even if test or setup fails.Bent Bisballe Nyeng
2020-10-26Add abbreviated convenience macros.Bent Bisballe Nyeng
2020-10-26Add assert_throws function for testing expected exception throwing behaviour.Bent Bisballe Nyeng
2020-10-26Add test status callback function that can be overridden by a ↵Bent Bisballe Nyeng
user-implementation if needed.
2020-10-26Use ostringstream instead of stringstream for string building.Bent Bisballe Nyeng
2020-10-26Remove unneeded failed count variable.Bent Bisballe Nyeng
2020-10-26Add exception catching to make sure, a test that results in an exception ↵Bent Bisballe Nyeng
being thrown, will result in a test case failure.
2020-10-23Don't use -e option for echo.Bent Bisballe Nyeng
2020-09-19Add README and getBaud example.Bent Bisballe Nyeng
2020-09-19Import uunit from drumgizmo project - renamed and relicensed.Bent Bisballe Nyeng
2020-09-19Add CC0-1.0 licenseBent Bisballe Nyeng