|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Comprehensive test suite for parse-csv.H - CSV parsing utilities. More...
#include <gtest/gtest.h>#include <sstream>#include <fstream>#include <cstdio>#include <parse-csv.H>Go to the source code of this file.
Classes | |
| class | CsvReadRowStreamTest |
| class | CsvReadRowStringTest |
| class | CsvReadAllTest |
| class | CsvEscapeTest |
| class | CsvWriteRowTest |
| class | CsvWriteAllTest |
| class | CsvFileTest |
| class | CsvNumColumnsTest |
| class | CsvIsRectangularTest |
| class | CsvGetColumnTest |
| class | CsvToNumberTest |
| class | CsvRoundTripTest |
| class | CsvEdgeCasesTest |
| class | CsvRowTest |
| class | CsvReaderTest |
| class | CsvFilterTest |
| class | CsvStatisticsTest |
| class | CsvTransformationTest |
| class | CsvUtilityTest |
| class | CsvJoinTest |
Comprehensive test suite for parse-csv.H - CSV parsing utilities.
Tests cover:
Definition in file parse_csv_test.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 1517 of file parse_csv_test.cc.
References Aleph::maps().
| TEST | ( | CsvIntegrationTest | , |
| TypicalWorkflow | |||
| ) |
Definition at line 900 of file parse_csv_test.cc.
References Aleph::csv_get_column(), Aleph::csv_is_rectangular(), Aleph::csv_read_all(), Aleph::csv_to_number< double >(), Aleph::csv_to_number< int >(), Aleph::maps(), and Aleph::Array< T >::size().
| TEST | ( | CsvTypeTraits | , |
| NoDiscardAttribute | |||
| ) |
Definition at line 941 of file parse_csv_test.cc.
References Aleph::csv_is_rectangular(), Aleph::csv_num_columns(), and Aleph::maps().
| TEST_F | ( | CsvEdgeCasesTest | , |
| EmptyQuotedField | |||
| ) |
Definition at line 839 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvEdgeCasesTest | , |
| ManyColumns | |||
| ) |
Definition at line 869 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvEdgeCasesTest | , |
| OnlyDelimiters | |||
| ) |
Definition at line 828 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvEdgeCasesTest | , |
| OnlyNewlines | |||
| ) |
Definition at line 819 of file parse_csv_test.cc.
References Aleph::csv_read_all(), Aleph::maps(), and Aleph::Array< T >::size().
| TEST_F | ( | CsvEdgeCasesTest | , |
| QuotedFieldWithOnlyQuotes | |||
| ) |
Definition at line 850 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvEdgeCasesTest | , |
| UnicodeContent | |||
| ) |
Definition at line 885 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvEdgeCasesTest | , |
| VeryLongField | |||
| ) |
Definition at line 859 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvEscapeTest | , |
| CustomDelimiter | |||
| ) |
Definition at line 361 of file parse_csv_test.cc.
References Aleph::csv_escape(), and Aleph::maps().
| TEST_F | ( | CsvEscapeTest | , |
| EscapeCarriageReturn | |||
| ) |
Definition at line 351 of file parse_csv_test.cc.
References Aleph::csv_escape(), and Aleph::maps().
| TEST_F | ( | CsvEscapeTest | , |
| EscapeDelimiter | |||
| ) |
Definition at line 336 of file parse_csv_test.cc.
References Aleph::csv_escape(), and Aleph::maps().
| TEST_F | ( | CsvEscapeTest | , |
| EscapeMultipleSpecialChars | |||
| ) |
Definition at line 356 of file parse_csv_test.cc.
References Aleph::csv_escape(), and Aleph::maps().
| TEST_F | ( | CsvEscapeTest | , |
| EscapeNewline | |||
| ) |
Definition at line 346 of file parse_csv_test.cc.
References Aleph::csv_escape(), and Aleph::maps().
| TEST_F | ( | CsvEscapeTest | , |
| EscapeQuotes | |||
| ) |
Definition at line 341 of file parse_csv_test.cc.
References Aleph::csv_escape(), and Aleph::maps().
| TEST_F | ( | CsvEscapeTest | , |
| NoEscapingNeeded | |||
| ) |
Definition at line 329 of file parse_csv_test.cc.
References Aleph::csv_escape(), and Aleph::maps().
| TEST_F | ( | CsvFileTest | , |
| ReadNonExistentFile | |||
| ) |
Definition at line 549 of file parse_csv_test.cc.
References Aleph::csv_read_file(), and Aleph::maps().
| TEST_F | ( | CsvFileTest | , |
| WriteAndReadFile | |||
| ) |
Definition at line 512 of file parse_csv_test.cc.
References Aleph::Array< T >::append(), Aleph::DynList< T >::append(), Aleph::csv_read_file(), Aleph::csv_write_file(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvFileTest | , |
| WriteAndReadWithSpecialCharacters | |||
| ) |
Definition at line 564 of file parse_csv_test.cc.
References Aleph::Array< T >::append(), Aleph::DynList< T >::append(), Aleph::csv_read_file(), Aleph::csv_write_file(), Aleph::maps(), Aleph::HTList::size(), and Aleph::size().
| TEST_F | ( | CsvFileTest | , |
| WriteToInvalidPath | |||
| ) |
Definition at line 554 of file parse_csv_test.cc.
References Aleph::Array< T >::append(), Aleph::DynList< T >::append(), Aleph::csv_write_file(), and Aleph::maps().
| TEST_F | ( | CsvFilterTest | , |
| FilterByPredicate | |||
| ) |
Definition at line 1179 of file parse_csv_test.cc.
References Aleph::csv_filter(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvFilterTest | , |
| FilterByValue | |||
| ) |
Definition at line 1188 of file parse_csv_test.cc.
References Aleph::csv_filter_by_value(), and Aleph::maps().
| TEST_F | ( | CsvFilterTest | , |
| SelectColumns | |||
| ) |
Definition at line 1195 of file parse_csv_test.cc.
References Aleph::Array< T >::append(), Aleph::csv_select_columns(), Aleph::maps(), and Aleph::size().
| TEST_F | ( | CsvFilterTest | , |
| SkipRows | |||
| ) |
Definition at line 1207 of file parse_csv_test.cc.
References Aleph::csv_skip_rows(), and Aleph::maps().
| TEST_F | ( | CsvFilterTest | , |
| TakeRows | |||
| ) |
Definition at line 1215 of file parse_csv_test.cc.
References Aleph::csv_take_rows(), and Aleph::maps().
| TEST_F | ( | CsvGetColumnTest | , |
| BasicColumn | |||
| ) |
Definition at line 654 of file parse_csv_test.cc.
References Aleph::csv_get_column(), Aleph::csv_read_all(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvGetColumnTest | , |
| EmptyData | |||
| ) |
Definition at line 688 of file parse_csv_test.cc.
References Aleph::csv_get_column(), Aleph::maps(), and Aleph::Array< T >::size().
| TEST_F | ( | CsvGetColumnTest | , |
| OutOfRangeColumn | |||
| ) |
Definition at line 680 of file parse_csv_test.cc.
References Aleph::csv_get_column(), Aleph::csv_read_all(), and Aleph::maps().
| TEST_F | ( | CsvGetColumnTest | , |
| SecondColumn | |||
| ) |
Definition at line 667 of file parse_csv_test.cc.
References Aleph::csv_get_column(), Aleph::csv_read_all(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvIsRectangularTest | , |
| EmptyData | |||
| ) |
Definition at line 618 of file parse_csv_test.cc.
References Aleph::csv_is_rectangular(), and Aleph::maps().
| TEST_F | ( | CsvIsRectangularTest | , |
| NonRectangularData | |||
| ) |
Definition at line 632 of file parse_csv_test.cc.
References Aleph::csv_is_rectangular(), Aleph::csv_read_all(), and Aleph::maps().
| TEST_F | ( | CsvIsRectangularTest | , |
| RectangularData | |||
| ) |
Definition at line 624 of file parse_csv_test.cc.
References Aleph::csv_is_rectangular(), Aleph::csv_read_all(), and Aleph::maps().
| TEST_F | ( | CsvIsRectangularTest | , |
| SingleRow | |||
| ) |
Definition at line 640 of file parse_csv_test.cc.
References Aleph::csv_is_rectangular(), Aleph::csv_read_all(), and Aleph::maps().
| TEST_F | ( | CsvJoinTest | , |
| GroupBy | |||
| ) |
Definition at line 1498 of file parse_csv_test.cc.
References Aleph::csv_group_by(), Aleph::csv_read_all(), Aleph::csv_skip_rows(), Aleph::maps(), Aleph::HTList::size(), and Aleph::size().
| TEST_F | ( | CsvJoinTest | , |
| InnerJoin | |||
| ) |
Definition at line 1479 of file parse_csv_test.cc.
References Aleph::csv_inner_join(), Aleph::csv_read_all(), Aleph::csv_skip_rows(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvJoinTest | , |
| JoinHorizontal | |||
| ) |
Definition at line 1449 of file parse_csv_test.cc.
References Aleph::csv_join_horizontal(), Aleph::csv_read_all(), Aleph::maps(), Aleph::HTList::size(), and Aleph::size().
| TEST_F | ( | CsvJoinTest | , |
| JoinVertical | |||
| ) |
Definition at line 1465 of file parse_csv_test.cc.
References Aleph::csv_join_vertical(), Aleph::csv_read_all(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvNumColumnsTest | , |
| BasicUsage | |||
| ) |
Definition at line 590 of file parse_csv_test.cc.
References Aleph::csv_num_columns(), Aleph::csv_read_row(), and Aleph::maps().
| TEST_F | ( | CsvNumColumnsTest | , |
| EmptyRow | |||
| ) |
Definition at line 598 of file parse_csv_test.cc.
References Aleph::csv_num_columns(), and Aleph::maps().
| TEST_F | ( | CsvNumColumnsTest | , |
| SingleColumn | |||
| ) |
Definition at line 604 of file parse_csv_test.cc.
References Aleph::csv_num_columns(), Aleph::csv_read_row(), and Aleph::maps().
| TEST_F | ( | CsvReadAllTest | , |
| CustomDelimiter | |||
| ) |
Definition at line 313 of file parse_csv_test.cc.
References Aleph::csv_read_all(), Aleph::maps(), and Aleph::Array< T >::size().
| TEST_F | ( | CsvReadAllTest | , |
| EmptyStream | |||
| ) |
Definition at line 293 of file parse_csv_test.cc.
References Aleph::csv_read_all(), Aleph::maps(), and Aleph::Array< T >::size().
| TEST_F | ( | CsvReadAllTest | , |
| MultipleRows | |||
| ) |
Definition at line 264 of file parse_csv_test.cc.
References Aleph::csv_read_all(), Aleph::maps(), and Aleph::Array< T >::size().
| TEST_F | ( | CsvReadAllTest | , |
| NoTrailingNewline | |||
| ) |
Definition at line 284 of file parse_csv_test.cc.
References Aleph::csv_read_all(), Aleph::maps(), and Aleph::Array< T >::size().
| TEST_F | ( | CsvReadAllTest | , |
| RowsWithDifferentLengths | |||
| ) |
Definition at line 302 of file parse_csv_test.cc.
References Aleph::csv_read_all(), Aleph::maps(), Aleph::Array< T >::size(), and Aleph::size().
| TEST_F | ( | CsvReadAllTest | , |
| SingleRow | |||
| ) |
Definition at line 275 of file parse_csv_test.cc.
References Aleph::csv_read_all(), Aleph::maps(), Aleph::Array< T >::size(), and Aleph::size().
| TEST_F | ( | CsvReaderTest | , |
| FromStream | |||
| ) |
Definition at line 1151 of file parse_csv_test.cc.
References Aleph::maps().
| TEST_F | ( | CsvReaderTest | , |
| RangeBasedFor | |||
| ) |
Definition at line 1136 of file parse_csv_test.cc.
References Aleph::count(), and Aleph::maps().
| TEST_F | ( | CsvReaderTest | , |
| ReadRows | |||
| ) |
Definition at line 1094 of file parse_csv_test.cc.
References Aleph::maps().
| TEST_F | ( | CsvReaderTest | , |
| ReadWithHeader | |||
| ) |
Definition at line 1084 of file parse_csv_test.cc.
References Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReaderTest | , |
| RowsRead | |||
| ) |
Definition at line 1124 of file parse_csv_test.cc.
References Aleph::maps().
| TEST_F | ( | CsvReaderTest | , |
| Skip | |||
| ) |
Definition at line 1114 of file parse_csv_test.cc.
References Aleph::maps().
| TEST_F | ( | CsvReadRowStreamTest | , |
| CRLFLineEnding | |||
| ) |
Definition at line 140 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| CustomDelimiter | |||
| ) |
Definition at line 162 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| EmptyFields | |||
| ) |
Definition at line 84 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| EmptyStream | |||
| ) |
Definition at line 202 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| EscapedQuotes | |||
| ) |
Definition at line 118 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| MultipleRows | |||
| ) |
Definition at line 184 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| NoTrailingNewline | |||
| ) |
Definition at line 151 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| QuotedField | |||
| ) |
Definition at line 96 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| QuotedFieldWithDelimiter | |||
| ) |
Definition at line 107 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| QuotedFieldWithNewline | |||
| ) |
Definition at line 129 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| SimpleRow | |||
| ) |
Definition at line 64 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| SingleField | |||
| ) |
Definition at line 75 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| TabDelimiter | |||
| ) |
Definition at line 173 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStreamTest | , |
| WhitespacePreserved | |||
| ) |
Definition at line 212 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStringTest | , |
| EscapedQuotesInString | |||
| ) |
Definition at line 249 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStringTest | , |
| QuotedFieldInString | |||
| ) |
Definition at line 240 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvReadRowStringTest | , |
| SimpleRow | |||
| ) |
Definition at line 229 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvRoundTripTest | , |
| ComplexDataRoundTrip | |||
| ) |
Definition at line 775 of file parse_csv_test.cc.
References Aleph::DynList< T >::append(), Aleph::csv_read_all(), Aleph::csv_write_all(), Aleph::maps(), output, Aleph::HTList::size(), and Aleph::size().
| TEST_F | ( | CsvRoundTripTest | , |
| SimpleDataRoundTrip | |||
| ) |
Definition at line 751 of file parse_csv_test.cc.
References Aleph::csv_read_all(), Aleph::csv_write_all(), Aleph::maps(), output, Aleph::HTList::size(), and Aleph::size().
| TEST_F | ( | CsvRowTest | , |
| GetNumeric | |||
| ) |
Definition at line 1027 of file parse_csv_test.cc.
References Aleph::Array< T >::append(), Aleph::DynList< T >::get(), and Aleph::maps().
| TEST_F | ( | CsvRowTest | , |
| HasColumn | |||
| ) |
Definition at line 1010 of file parse_csv_test.cc.
References Aleph::Array< T >::append(), and Aleph::maps().
| TEST_F | ( | CsvRowTest | , |
| HeaderAccess | |||
| ) |
Definition at line 968 of file parse_csv_test.cc.
References Aleph::Array< T >::append(), and Aleph::maps().
| TEST_F | ( | CsvRowTest | , |
| HeaderAccessThrowsForUnknownColumn | |||
| ) |
Definition at line 997 of file parse_csv_test.cc.
References Aleph::Array< T >::append(), and Aleph::maps().
| TEST_F | ( | CsvRowTest | , |
| HeaderAccessThrowsWithoutHeader | |||
| ) |
Definition at line 987 of file parse_csv_test.cc.
References Aleph::Array< T >::append(), and Aleph::maps().
| TEST_F | ( | CsvRowTest | , |
| IndexAccess | |||
| ) |
Definition at line 954 of file parse_csv_test.cc.
References Aleph::Array< T >::append(), and Aleph::maps().
| TEST_F | ( | CsvRowTest | , |
| SizeAndEmpty | |||
| ) |
Definition at line 1043 of file parse_csv_test.cc.
References Aleph::Array< T >::append(), Aleph::DynList< T >::empty(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvStatisticsTest | , |
| CountEmpty | |||
| ) |
Definition at line 1244 of file parse_csv_test.cc.
References Aleph::csv_count_empty(), and Aleph::maps().
| TEST_F | ( | CsvStatisticsTest | , |
| CountIf | |||
| ) |
Definition at line 1249 of file parse_csv_test.cc.
References Aleph::count(), Aleph::csv_count_if(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvStatisticsTest | , |
| CountRows | |||
| ) |
Definition at line 1239 of file parse_csv_test.cc.
References Aleph::csv_count_rows(), and Aleph::maps().
| TEST_F | ( | CsvStatisticsTest | , |
| Distinct | |||
| ) |
Definition at line 1279 of file parse_csv_test.cc.
References Aleph::csv_distinct(), Aleph::csv_read_all(), Aleph::maps(), and Aleph::unique().
| TEST_F | ( | CsvStatisticsTest | , |
| FindByValue | |||
| ) |
Definition at line 1267 of file parse_csv_test.cc.
References Aleph::csv_find_by_value(), and Aleph::maps().
| TEST_F | ( | CsvStatisticsTest | , |
| FindNotFound | |||
| ) |
Definition at line 1273 of file parse_csv_test.cc.
References Aleph::csv_find_by_value(), and Aleph::maps().
| TEST_F | ( | CsvStatisticsTest | , |
| FindRow | |||
| ) |
Definition at line 1258 of file parse_csv_test.cc.
References Aleph::csv_find_row(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | CsvToNumberTest | , |
| ConvertToDouble | |||
| ) |
Definition at line 715 of file parse_csv_test.cc.
References Aleph::csv_to_number< double >(), and Aleph::maps().
| TEST_F | ( | CsvToNumberTest | , |
| ConvertToFloat | |||
| ) |
Definition at line 722 of file parse_csv_test.cc.
References Aleph::csv_to_number< float >(), and Aleph::maps().
| TEST_F | ( | CsvToNumberTest | , |
| ConvertToInt | |||
| ) |
Definition at line 702 of file parse_csv_test.cc.
References Aleph::csv_to_number< int >(), and Aleph::maps().
| TEST_F | ( | CsvToNumberTest | , |
| ConvertToLong | |||
| ) |
Definition at line 709 of file parse_csv_test.cc.
References Aleph::csv_to_number< long >(), and Aleph::maps().
| TEST_F | ( | CsvToNumberTest | , |
| ConvertWithWhitespace | |||
| ) |
Definition at line 739 of file parse_csv_test.cc.
References Aleph::csv_to_number< int >(), and Aleph::maps().
| TEST_F | ( | CsvToNumberTest | , |
| InvalidDoubleConversion | |||
| ) |
Definition at line 734 of file parse_csv_test.cc.
References Aleph::csv_to_number< double >(), and Aleph::maps().
| TEST_F | ( | CsvToNumberTest | , |
| InvalidIntConversion | |||
| ) |
Definition at line 728 of file parse_csv_test.cc.
References Aleph::csv_to_number< int >(), and Aleph::maps().
| TEST_F | ( | CsvTransformationTest | , |
| AddColumn | |||
| ) |
Definition at line 1362 of file parse_csv_test.cc.
References Aleph::csv_add_column(), Aleph::maps(), Aleph::HTList::size(), Aleph::size(), and Aleph::sum().
| TEST_F | ( | CsvTransformationTest | , |
| RenameColumn | |||
| ) |
Definition at line 1379 of file parse_csv_test.cc.
References Aleph::csv_rename_column(), and Aleph::maps().
| TEST_F | ( | CsvTransformationTest | , |
| SortByColumn | |||
| ) |
Definition at line 1315 of file parse_csv_test.cc.
References Aleph::csv_read_all(), Aleph::csv_sort_by_column(), and Aleph::maps().
| TEST_F | ( | CsvTransformationTest | , |
| SortByColumnNumeric | |||
| ) |
Definition at line 1327 of file parse_csv_test.cc.
References Aleph::csv_read_all(), and Aleph::maps().
| TEST_F | ( | CsvTransformationTest | , |
| Transform | |||
| ) |
Definition at line 1349 of file parse_csv_test.cc.
References Aleph::csv_transform(), and Aleph::maps().
| TEST_F | ( | CsvTransformationTest | , |
| Transpose | |||
| ) |
Definition at line 1304 of file parse_csv_test.cc.
References Aleph::csv_transpose(), Aleph::maps(), and Aleph::size().
| TEST_F | ( | CsvTransformationTest | , |
| Unique | |||
| ) |
Definition at line 1339 of file parse_csv_test.cc.
References Aleph::csv_read_all(), Aleph::csv_unique(), Aleph::maps(), and Aleph::unique().
| TEST_F | ( | CsvUtilityTest | , |
| FillEmpty | |||
| ) |
Definition at line 1431 of file parse_csv_test.cc.
References Aleph::csv_fill_empty(), Aleph::csv_read_all(), and Aleph::maps().
| TEST_F | ( | CsvUtilityTest | , |
| SkipBom | |||
| ) |
Definition at line 1393 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::csv_skip_bom(), and Aleph::maps().
| TEST_F | ( | CsvUtilityTest | , |
| SkipBomNotPresent | |||
| ) |
Definition at line 1409 of file parse_csv_test.cc.
References Aleph::csv_read_row(), Aleph::csv_skip_bom(), and Aleph::maps().
| TEST_F | ( | CsvUtilityTest | , |
| TrimFields | |||
| ) |
Definition at line 1419 of file parse_csv_test.cc.
References Aleph::csv_read_all(), Aleph::csv_trim_fields(), and Aleph::maps().
| TEST_F | ( | CsvWriteAllTest | , |
| EmptyData | |||
| ) |
Definition at line 482 of file parse_csv_test.cc.
References Aleph::csv_write_all(), and Aleph::maps().
| TEST_F | ( | CsvWriteAllTest | , |
| MultipleRows | |||
| ) |
Definition at line 462 of file parse_csv_test.cc.
References Aleph::Array< T >::append(), Aleph::DynList< T >::append(), Aleph::csv_write_all(), and Aleph::maps().
| TEST_F | ( | CsvWriteRowTest | , |
| CustomDelimiter | |||
| ) |
Definition at line 431 of file parse_csv_test.cc.
References Aleph::DynList< T >::append(), Aleph::csv_write_row(), and Aleph::maps().
| TEST_F | ( | CsvWriteRowTest | , |
| CustomLineEnding | |||
| ) |
Definition at line 444 of file parse_csv_test.cc.
References Aleph::DynList< T >::append(), Aleph::csv_write_row(), and Aleph::maps().
| TEST_F | ( | CsvWriteRowTest | , |
| EmptyRow | |||
| ) |
Definition at line 410 of file parse_csv_test.cc.
References Aleph::csv_write_row(), and Aleph::maps().
| TEST_F | ( | CsvWriteRowTest | , |
| RowWithQuotedFields | |||
| ) |
Definition at line 386 of file parse_csv_test.cc.
References Aleph::DynList< T >::append(), Aleph::csv_write_row(), and Aleph::maps().
| TEST_F | ( | CsvWriteRowTest | , |
| RowWithQuotesInField | |||
| ) |
Definition at line 399 of file parse_csv_test.cc.
References Aleph::DynList< T >::append(), Aleph::csv_write_row(), and Aleph::maps().
| TEST_F | ( | CsvWriteRowTest | , |
| SimpleRow | |||
| ) |
Definition at line 373 of file parse_csv_test.cc.
References Aleph::DynList< T >::append(), Aleph::csv_write_row(), and Aleph::maps().
| TEST_F | ( | CsvWriteRowTest | , |
| SingleField | |||
| ) |
Definition at line 420 of file parse_csv_test.cc.
References Aleph::DynList< T >::append(), Aleph::csv_write_row(), and Aleph::maps().