File: davitemfetchjobtest.h

package info (click to toggle)
kdav 1%3A5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 932 kB
  • sloc: cpp: 4,334; makefile: 11; sh: 1
file content (21 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
    SPDX-FileCopyrightText: 2017 Sandro Knauß <sknauss@kde.org>

    SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef DAVITEMFETCHJOB_TEST_H
#define DAVITEMFETCHJOB_TEST_H

#include <QObject>

class DavItemFetchJobTest : public QObject
{
    Q_OBJECT

private Q_SLOTS:
    void initTestCase();
    void runSuccessfullTest();
};

#endif