##// END OF EJS Templates
Implements test execute() method...
Implements test execute() method For each iteration of the test, this method generates available operations according to states of the variables, and execute an operation that has been chosen randomly.

File last commit:

r780:b0b8b5ec2893
r1205:0c07405da56c
Show More
MockDefs.cpp
7 lines | 286 B | text/x-c | CppLexer
Alexandre Leroux
Handles parametric frequency
r780 #include "MockDefs.h"
const QString COSINUS_FREQUENCY_KEY = QStringLiteral("cosinusFrequency");
const QVariant COSINUS_FREQUENCY_DEFAULT_VALUE = 60.;
const QString COSINUS_TYPE_KEY = QStringLiteral("cosinusType");
const QVariant COSINUS_TYPE_DEFAULT_VALUE = QStringLiteral("scalar");