##// END OF EJS Templates
Adds validators to the fuzzing test...
Adds validators to the fuzzing test As for operations, we define a set of validators that will be called to validate a state after an operation

File last commit:

r983:131dd68d9046
r1228:6bf9a231f6d8
Show More
AmdaDefs.cpp
8 lines | 388 B | text/x-c | CppLexer
#include "AmdaDefs.h"
const QString AMDA_COMPONENT_KEY = QStringLiteral("component");
const QString AMDA_DATA_TYPE_KEY = QStringLiteral("dataType");
const QString AMDA_PRODUCT_KEY = QStringLiteral("parameter");
const QString AMDA_SERVER_KEY = QStringLiteral("server");
const QString AMDA_ROOT_KEY = QStringLiteral("dataCenter");
const QString AMDA_XML_ID_KEY = QStringLiteral("xml:id");