kdelibs/kdecore/tests/ktemporaryfiletest.h

27 lines
579 B
C++

/* kate: tab-indents off; replace-tabs on; tab-width 4; remove-trailing-space on; encoding utf-8;*/
/*
This file is part of the KDE libraries
This file has been placed in the Public Domain.
*/
#ifndef KTEMPORARYFILETEST_H
#define KTEMPORARYFILETEST_H
#include <QtCore/QObject>
#include <QtCore/QString>
class KTemporaryFileTest : public QObject
{
Q_OBJECT
private slots:
void initTestCase();
void cleanupTestCase();
void testKTemporaryFile();
void testFilePath();
private:
QString kdeTempDir;
QString componentName;
};
#endif // KTEMPORARYFILETEST_H