QtNovelUI/WordsIDE/contentpresenttest.h

25 lines
514 B
C
Raw Permalink Normal View History

2023-02-26 14:44:00 +00:00
#ifndef CONTENTPRESENTTEST_H
#define CONTENTPRESENTTEST_H
#include <QObject>
#include "DocsManager.h"
namespace TestCase {
class ContentPresentTest : public QObject
{
Q_OBJECT
public:
ContentPresentTest(Presents::FilePresent *view);
2023-02-26 14:44:00 +00:00
private:
Presents::FilePresent *inst;
2023-02-26 14:44:00 +00:00
private slots:
void test_Suffixes();
void test_NewInst_Widget();
void test_ApplySetting();
void test_Create_Load_SaveAs();
};
}
#endif // CONTENTPRESENTTEST_H