more tests for formatters

This commit is contained in:
2016-05-30 01:47:06 +03:00
parent cae9e0d2e3
commit 69c09d9ff8
17 changed files with 313 additions and 69 deletions

View File

@ -24,11 +24,12 @@
namespace AWTestLibrary
{
char randomChar();
double randomDouble();
int randomInt(const int max = 100);
QString randomString(const int max = 100);
QStringList randomStringList(const int max = 100);
char randomChar();
double randomDouble();
int randomInt(const int max = 100);
QString randomString(const int max = 100);
QStringList randomStringList(const int max = 100);
QStringList randomSelect(const QStringList available);
};