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@182: #ifndef COMMONTEST_H aheinecke@182: #define COMMONTEST_H aheinecke@182: aheinecke@182: #include aheinecke@182: aheinecke@182: class CommonTest: public QObject aheinecke@182: { aheinecke@182: Q_OBJECT aheinecke@182: aheinecke@182: private Q_SLOTS: aheinecke@182: void testStrBase64Decode(); aheinecke@237: void testInvalidInput(); aheinecke@182: }; aheinecke@182: #endif