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

Go to the source code of this file.

Macros

#define LOG(s)   EMERGENCY_LOG(program_wide_logger::get(), s)
 
#define OPERATE_XML(func, args, test_name)
 
#define TEST   "boilerplate"
 
#define TEST   "stirring ingredients"
 
#define TEST   "closing the bowl"
 

Macro Definition Documentation

◆ LOG

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

Definition at line 33 of file test_xml_generator.cpp.

◆ OPERATE_XML

#define OPERATE_XML (   func,
  args,
  test_name 
)
Value:
{ \
outcome ret = ted.func args; \
ASSERT_EQUAL(ret.value(), xml_generator::OKAY, \
astring(test_name) + astring(": failed to ") + #func); \
}
Provides a dynamically resizable ASCII character string.
Definition: astring.h:35
#define test_name()

Definition at line 43 of file test_xml_generator.cpp.

◆ TEST [1/3]

#define TEST   "boilerplate"

◆ TEST [2/3]

#define TEST   "stirring ingredients"

◆ TEST [3/3]

#define TEST   "closing the bowl"