cpp-utilities/tests
Martchus f20d596785 Add `DateTimeExpression` to keep track of parsed timestamp parts
The existing timestamp parsers already internally keep track what parts
have been parsed via an index variable. This change exposes this
information as it can sometimes be useful to know what parts were actually
present in the timestamp.
2022-08-12 20:45:06 +02:00
..
argumentparsertests.cpp Fix typos 2022-06-26 11:48:44 +02:00
calculateoverallcoverage.awk Fix calculation of overall test coverage 2017-08-17 17:59:29 +02:00
chronotests.cpp Add `DateTimeExpression` to keep track of parsed timestamp parts 2022-08-12 20:45:06 +02:00
conversiontests.cpp Possibly avoid ambiguous function call in conversion tests 2021-12-12 22:58:01 +01:00
cppunit.cpp minor adjustments 2016-03-03 19:07:46 +01:00
cppunit.h Print "Executing test" via cppunit.h 2020-04-11 21:50:55 +02:00
iotests.cpp Fix missing `#pragma GCC diagnostic push` 2022-05-21 12:13:01 +02:00
mathtests.cpp Fix old namespaces being mentioned in the documentation 2019-09-04 18:45:28 +02:00
misctests.cpp Add `checkFlagEnum()` and tests for `flagenumclass.h` 2022-07-29 22:01:51 +02:00
outputcheck.h Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
stringbuilder-bench.cpp Use DateTime::exactGmtNow in stringbuilder benchmark 2018-03-07 18:52:03 +01:00
stringbuilder-bench.md Update summary of stringbuilder benchmark 2017-07-11 19:16:32 +02:00
testutils.cpp Add WorkingCopyMode::Cleanup 2022-01-08 23:35:01 +01:00
testutils.h Add test helper to use std::optional via CPPUNIT_ASSERT_EQUAL 2022-05-15 02:18:07 +02:00
traitstests.cpp Fix Traits::IsSpecializationOf for references 2020-06-17 21:41:00 +02:00