OSCAR-code/oscar/tests/prs1tests.h

21 lines
257 B
C
Raw Normal View History

2019-05-03 01:51:56 +00:00
#ifndef PRS1TESTS_H
#define PRS1TESTS_H
#include "AutoTest.h"
class PRS1Tests : public QObject
{
Q_OBJECT
private slots:
void initTestCase();
void test1();
// void test2();
void cleanupTestCase();
};
DECLARE_TEST(PRS1Tests)
#endif // PRS1TESTS_H