OSCAR-code/oscar/tests/prs1tests.h

31 lines
601 B
C
Raw Normal View History

/* PRS1 Unit Tests
*
* Copyright (c) The OSCAR Team
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the source code
* for more details. */
2019-05-03 01:51:56 +00:00
#ifndef PRS1TESTS_H
#define PRS1TESTS_H
#include "AutoTest.h"
#include "../SleepLib/loader_plugins/prs1_loader.h"
2019-05-03 01:51:56 +00:00
class PRS1Tests : public QObject
{
Q_OBJECT
2019-05-03 01:51:56 +00:00
private slots:
void initTestCase();
void testChunksToYaml();
void testSessionsToYaml();
// void test2();
void cleanupTestCase();
2019-05-03 01:51:56 +00:00
};
DECLARE_TEST(PRS1Tests)
#endif // PRS1TESTS_H