feisty meow concerns codebase  2.140
test_parse_csv.cpp File Reference
Include dependency graph for test_parse_csv.cpp:

Go to the source code of this file.

Macros

#define LOG(s)   EMERGENCY_LOG(program_wide_logger::get(), s)
 
#define COMPLAIN_FIELD(list, index, value)
 

Variables

const int MAX_DATA_FILE_ITERS = 4000
 

Macro Definition Documentation

◆ COMPLAIN_FIELD

#define COMPLAIN_FIELD (   list,
  index,
  value 
)
Value:
ASSERT_EQUAL(list[index], astring(value), \
a_sprintf("comparison test should have field %d correct in %s", index, #list))
a_sprintf is a specialization of astring that provides printf style support.
Definition: astring.h:440
Provides a dynamically resizable ASCII character string.
Definition: astring.h:35
#define ASSERT_EQUAL(a, b, test_name)
Definition: unit_base.h:38

Definition at line 51 of file test_parse_csv.cpp.

◆ LOG

#define LOG (   s)    EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 37 of file test_parse_csv.cpp.

Variable Documentation

◆ MAX_DATA_FILE_ITERS

const int MAX_DATA_FILE_ITERS = 4000

Definition at line 40 of file test_parse_csv.cpp.