Page MenuHomePhorge

kcalconversiontest.h
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

kcalconversiontest.h

/*
* Copyright (C) 2012 Christian Mollekopf <mollekopf@kolabsys.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef KCALCONVERSIONTEST_H
#define KCALCONVERSIONTEST_H
#include <QtCore/QObject>
#include <QtTest/QtTest>
class KCalConversionTest : public QObject
{
Q_OBJECT
private slots:
void initTestCase();
void testDate_data();
void testDate();
void testDuration_data();
void testDuration();
void testConversion_data();
void testConversion();
void testTodoConversion_data();
void testTodoConversion();
void testJournalConversion_data();
void testJournalConversion();
void testContactConversion_data();
void testContactConversion();
void testDateTZ_data();
void testDateTZ();
};
#endif

File Metadata

Mime Type
text/x-c
Expires
Mon, Apr 6, 1:27 AM (2 d, 1 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a8/24/9f680f05a0cc83f01466199566e9
Default Alt Text
kcalconversiontest.h (1 KB)

Event Timeline