#include <basis/function.h>#include <basis/guards.h>#include <basis/istring.h>#include <data_struct/string_table.h>#include <opsystem/application_shell.h>#include <loggers/console_logger.h>#include <data_struct/static_memory_gremlin.h>#include <textual/xml_generator.h>Include dependency graph for t_xml_generator.cpp:

Go to the source code of this file.
Defines | |
| #define | OPERATE_XML(func, args, test_name) |
| #define | TEST "boilerplate" |
| #define | TEST "stirring ingredients" |
| #define | TEST "closing the bowl" |
| #define OPERATE_XML | ( | func, | |||
| args, | |||||
| test_name | ) |
Value:
{ \
outcome ret = ted.func args; \
if (ret != xml_generator::OKAY) \
deadly_error(class_name(), test_name, istring("failed to ") + \
#func + " with (" + #args + "): " + xml_generator::outcome_name(ret)); \
}
Definition at line 38 of file t_xml_generator.cpp.
| #define TEST "closing the bowl" |
| #define TEST "stirring ingredients" |
| #define TEST "boilerplate" |
1.5.1