view ui/tests/certlistparsertest.h @ 27:62cd56cea09b

Start on polarssl Downloader. This breaks the windows build for now
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 12 Mar 2014 16:15:52 +0100
parents cbd57d767dfa
children 6e7ef7e95031
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/