lumiera_/src/lib/test
Ichthyostega 00ca84a2aa test-helper for comparison with expected (string) result
...this is something I should have done since YEARS, really...

Whenever working with symbolically represented data, tests
typically involve checking *hundreds* of expected results,
and thus it can be really hard to find out where the
failure actually happens; it is better for readability
to have the expected result string immediately in the
test code; now this expected result can be marked
with a user-defined literal, and then on mismatch
the expected and the real value will be printed.
2023-05-04 00:48:29 +02:00
..
diagnostic-output.hpp Timeline: finish ZoomWindow implementation and boundrary tests 2022-12-18 03:47:40 +01:00
event-log.cpp EventLog: reorder code to accommodate the split 2018-09-20 04:11:00 +02:00
event-log.hpp EventLog: reorder code to accommodate the split 2018-09-20 04:11:00 +02:00
microbenchmark.hpp Lib: test coverage for rational-int corner cases and integer-log 2022-11-14 05:20:37 +01:00
run.hpp Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
suite.cpp DI: verify and improve static sanity checks 2018-03-22 21:43:19 +01:00
suite.hpp testrunner: handle help request properly 2014-05-05 22:59:23 +02:00
test-coll.hpp Doxygen: fill in missing file level headlines for the Library (test helpers) 2016-11-07 15:51:41 +01:00
test-helper.cpp test-helper for comparison with expected (string) result 2023-05-04 00:48:29 +02:00
test-helper.hpp test-helper for comparison with expected (string) result 2023-05-04 00:48:29 +02:00
test.h integrate priority queue: lumiera namespace prefix; unit test pass 2013-09-13 05:44:58 +02:00
testdummy.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
testoption.cpp Doxygen: fill in missing file level headlines for the Library (test helpers) 2016-11-07 15:51:41 +01:00
testoption.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00