index
:
uunit.git
develop
exit_test
master
source_location
uUnit (micro-Unit) minilistic unit-test frame-work.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-11-20
Make unit-test assertion function public static on the uUnit class, so they c...
Bent Bisballe Nyeng
2020-11-04
Allow for comparison of differrent types in assert_equal and pass arguments b...
Bent Bisballe Nyeng
2020-10-28
Use alternate varargs macro syntax.
Bent Bisballe Nyeng
2020-10-27
Make sure teardown is always called, even if test or setup fails.
Bent Bisballe Nyeng
2020-10-26
Add abbreviated convenience macros.
Bent Bisballe Nyeng
2020-10-26
Add assert_throws function for testing expected exception throwing behaviour.
Bent Bisballe Nyeng
2020-10-26
Add test status callback function that can be overridden by a user-implementa...
Bent Bisballe Nyeng
2020-10-26
Use ostringstream instead of stringstream for string building.
Bent Bisballe Nyeng
2020-10-26
Remove unneeded failed count variable.
Bent Bisballe Nyeng
2020-10-26
Add exception catching to make sure, a test that results in an exception bein...
Bent Bisballe Nyeng
2020-10-23
Don't use -e option for echo.
Bent Bisballe Nyeng
2020-09-19
Add README and getBaud example.
Bent Bisballe Nyeng
2020-09-19
Import uunit from drumgizmo project - renamed and relicensed.
Bent Bisballe Nyeng
2020-09-19
Add CC0-1.0 license
Bent Bisballe Nyeng