##// END OF EJS Templates
Defines variable pool...
Defines variable pool The variable pool will be used to pick a variable and execute an operation on it at each iteration of the test

File last commit:

r1201:3da18e6983d5
r1203:dfb96acdbb6b
Show More
FuzzingDefs.cpp
4 lines | 174 B | text/x-c | CppLexer
#include "FuzzingDefs.h"
const QString NB_MAX_OPERATIONS_PROPERTY = QStringLiteral("component");
const QString NB_MAX_VARIABLES_PROPERTY = QStringLiteral("nbMaxVariables");