##// END OF EJS Templates
Merge branch 'feature/FuzingTests' into develop
Merge branch 'feature/FuzingTests' into develop

File last commit:

r1178:324a3ee21c58
r1181:2728fb97fd33 merge
Show More
FuzzingDefs.cpp
8 lines | 455 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
Completes fuzzing test structure by setting initial range for the time controller
r1178 const QString MAX_RANGE_PROPERTY = QStringLiteral("maxRange");
Alexandre Leroux
Implements "Variable creation" operation (1)...
r1176 const QString METADATA_POOL_PROPERTY = QStringLiteral("metadataPool");
const QString PROVIDER_PROPERTY = QStringLiteral("provider");