aheinecke@468: #ifndef CREATECERTLISTTEST_H
aheinecke@468: #define CREATECERTLISTTEST_H
aheinecke@468: /* Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik
aheinecke@468:  * Software engineering by Intevation GmbH
aheinecke@468:  *
aheinecke@468:  * This file is Free Software under the GNU GPL (v>=2)
aheinecke@468:  * and comes with ABSOLUTELY NO WARRANTY!
aheinecke@468:  * See LICENSE.txt for details.
aheinecke@468:  */
aheinecke@468: #include <QObject>
aheinecke@468: 
aheinecke@468: class CreateCertListTest: public QObject
aheinecke@468: {
aheinecke@468:     Q_OBJECT
aheinecke@468: 
aheinecke@468: private Q_SLOTS:
aheinecke@468:     void testListCreation();
aheinecke@468:     void testSha256Sum();
aheinecke@468:     void testSignature();
aheinecke@468: };
aheinecke@468: 
aheinecke@468: #endif // CREATECERTLISTTEST_H