##// END OF EJS Templates
Implements "Variable creation" operation (2)
Implements "Variable creation" operation (2)

File last commit:

r1176:f9a3c30f94e2
r1177:94f6e8c9cecc
Show More
FuzzingDefs.cpp
7 lines | 392 B | text/x-c | CppLexer
Alexandre Leroux
Adds variable controller and properties to test structure...
r1169 #include "FuzzingDefs.h"
Alexandre Leroux
Adds "number of operations" and "number of variables" properties for the tests
r1170 const QString NB_MAX_OPERATIONS_PROPERTY = QStringLiteral("component");
const QString NB_MAX_VARIABLES_PROPERTY = QStringLiteral("nbMaxVariables");
Alexandre Leroux
Defines operations pool...
r1173 const QString AVAILABLE_OPERATIONS_PROPERTY = QStringLiteral("availableOperations");
Alexandre Leroux
Implements "Variable creation" operation (1)...
r1176 const QString METADATA_POOL_PROPERTY = QStringLiteral("metadataPool");
const QString PROVIDER_PROPERTY = QStringLiteral("provider");