summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
developImprove exampleBent Bisballe Nyeng3 years
exit_testExperiment for testing if exit() is called without terminating the test program.Bent Bisballe Nyeng3 years
masterImprove exampleBent Bisballe Nyeng3 years
source_locationUse std::source_location instead of __FILE__ and __LINE__ and add new functio...Bent Bisballe Nyeng15 months
 
 
AgeCommit messageAuthor
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 c...Bent Bisballe Nyeng
2020-11-04Allow for comparison of differrent types in assert_equal and pass arguments b...Bent Bisballe Nyeng
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 user-implementa...Bent Bisballe Nyeng
2020-10-26Use ostringstream instead of stringstream for string building.Bent Bisballe Nyeng
[...]