OSCAR-code/oscar/tests/prs1tests.h
2019-05-02 21:51:56 -04:00

21 lines
257 B
C++

#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