| 
    KiCad PCB EDA Suite
    
   | 
 
Go to the source code of this file.
Classes | |
| struct | CsvRoundTripCase | 
| struct | CsvDecodeCase | 
Functions | |
| template<typename T> | |
| std::ostream & | boost_test_print_type (std::ostream &os, const std::vector< std::vector< T > > &aTable) | 
| Define a stream function for logging this type.   | |
| static bool | TableDataEqual (const std::vector< std::vector< wxString > > &aExpected, const std::vector< std::vector< wxString > > &aActual) | 
| BOOST_AUTO_TEST_CASE (BasicRoundTrips) | |
| BOOST_AUTO_TEST_CASE (BasicDecode) | |
| BOOST_AUTO_TEST_CASE | ( | BasicDecode | ) | 
Definition at line 131 of file test_csv.cpp.
References AutoDecodeCSV(), BOOST_CHECK_PREDICATE(), result, and TableDataEqual().
| BOOST_AUTO_TEST_CASE | ( | BasicRoundTrips | ) | 
Definition at line 88 of file test_csv.cpp.
References AutoDecodeCSV(), BOOST_CHECK_EQUAL(), BOOST_CHECK_PREDICATE(), result, TableDataEqual(), and CSV_WRITER::WriteLines().
| std::ostream & boost_test_print_type | ( | std::ostream & | os, | 
| const std::vector< std::vector< T > > & | aTable ) | 
Define a stream function for logging this type.
Definition at line 31 of file test_csv.cpp.
      
  | 
  static | 
Definition at line 51 of file test_csv.cpp.
References BOOST_TEST_MESSAGE().
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().