lumiera_/tests/library/stat
Ichthyostega 01a098db99 Library: cover row handling of data table
...this uncovered one inconsistency: when directly adding values
into one of the embedded data vectors, the inconsistent size
was allowed to persist even when adding / removing lines.

This is in contradiction to the behavior for the CSV dump,
which uses index positions from the front of all vectors uniformely.

Thus changed the behaviour of adding a new row, so that it now
caps all vectors to a common size

also added function to clear the table
2024-03-14 17:29:16 +01:00
..
data-csv-test.cpp Library: cover row handling of data table 2024-03-14 17:29:16 +01:00
file-support-test.cpp Library: coverage for some filesystem convenience helpers 2024-03-13 03:52:35 +01:00
statistic-test.cpp Library: draft tests to document the new features 2024-03-11 17:44:19 +01:00