view tests/certlistparsertest.h @ 12:9121eea6d93f

Fix constructor usage. Too much Java.
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 14 Feb 2014 11:30:55 +0000
parents 992c0ec57660
children
line wrap: on
line source
#ifndef IMAPSTREAMPARSERTEST_H
#define IMAPSTREAMPARSERTEST_H

#include <QObject>
#include <QtTest/QtTest>

class CertificateList;

class CertListTest: public QObject
{
    Q_OBJECT

    CertificateList* testWithFile(const char *filename);

private Q_SLOTS:
    void testInvalidSig();
    void testValidList();
    void testInvalidFileNames();
    void testGarbage();
    void testTooLarge();
    void benchmarkValid();
};
#endif

http://wald.intevation.org/projects/trustbridge/