QtNovelUI/WordsIDE/contentpresenttest.h

25 lines
516 B
C++

#ifndef CONTENTPRESENTTEST_H
#define CONTENTPRESENTTEST_H
#include <QObject>
#include "DocsManager.h"
namespace TestCase {
class ContentPresentTest : public QObject
{
Q_OBJECT
public:
ContentPresentTest(MakeTools::FilePresent *view);
private:
MakeTools::FilePresent *inst;
private slots:
void test_Suffixes();
void test_NewInst_Widget();
void test_ApplySetting();
void test_Create_Load_SaveAs();
};
}
#endif // CONTENTPRESENTTEST_H