Some test improvements

This commit is contained in:
2016-06-03 01:37:23 +03:00
parent 620c4bd1e3
commit ab01c9fa08
7 changed files with 29 additions and 20 deletions

View File

@ -26,6 +26,7 @@ namespace AWTestLibrary
{
char randomChar();
double randomDouble();
QPair<QString, QString> randomFilenames();
int randomInt(const int max = 100);
QString randomString(const int max = 100);
QStringList randomStringList(const int max = 100);