Commit Graph

4 Commits

Author SHA1 Message Date
Sean Morrison
c4be1ca649 Implement ft_col_count() along with corresponding unit tests
This pairs with the existing ft_row_count() using the same column
counting method used elsewhere in the code (i.e., iterate over rows
and find the biggest).

Added unit tests for ft_row_count(), ft_col_count(), ft_is_empty(),
and use a myriad of insertion methods to increase coverage.
2020-11-29 12:38:31 -05:00
seleznevae
64abbfd41b [C] Reorganised tests 2018-11-24 23:14:26 +03:00
seleznevae
ece19c8bcb [C] Renames options to properties 2018-11-04 11:08:11 +03:00
seleznevae
b7e8d7fbf6 [C] Changed test architecture 2018-05-06 16:21:45 +03:00