##// END OF EJS Templates
Adds variable controller and properties to test structure...
Adds variable controller and properties to test structure - Properties will be used to define test bounds, like the number of variables to manipulate or the number of random operations to make - Variable controller will be the object manipulated during the random operations

File last commit:

r1169:49d15be9d590
r1169:49d15be9d590
Show More
FuzzingDefs.h
10 lines | 170 B | text/x-c | CLexer
#ifndef SCIQLOP_FUZZINGDEFS_H
#define SCIQLOP_FUZZINGDEFS_H
// /////// //
// Aliases //
// /////// //
using Properties = QVariantHash;
#endif // SCIQLOP_FUZZINGDEFS_H