aheinecke@404: /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik
aheinecke@404:  * Software engineering by Intevation GmbH
aheinecke@404:  *
aheinecke@404:  * This file is Free Software under the GNU GPL (v>=2)
aheinecke@404:  * and comes with ABSOLUTELY NO WARRANTY!
aheinecke@404:  * See LICENSE.txt for details.
aheinecke@404:  */
aheinecke@240: #ifndef COMMON_H
aheinecke@240: #define COMMON_H
aheinecke@240: #include <QDir>
aheinecke@240: #include <QString>
aheinecke@240: 
aheinecke@240: /** @file common.h
aheinecke@240:  * @brief Common testing code used in multiple tests. */
aheinecke@240: 
aheinecke@240: /* @brief get the file name of a file filled with garbage */
aheinecke@240: QString getRandomDataFile(size_t size, const QDir &inDir = QDir());
aheinecke@240: #endif // COMMON_H