File indexing completed on 2024-04-14 05:46:49

0001 /*
0002     SPDX-License-Identifier: GPL-2.0-or-later
0003 */
0004 
0005 #ifndef RSIBREAK_RSITIMERCOUNTER_TEST_H
0006 #define RSIBREAK_RSITIMERCOUNTER_TEST_H
0007 
0008 #include <QtTest>
0009 
0010 class RSITimerCounterTest : public QObject
0011 {
0012 private:
0013     Q_OBJECT
0014 
0015 private slots:
0016     void normalCountdown();
0017     void thresholdReached();
0018     void mixedCountdown();
0019 };
0020 
0021 #endif // RSIBREAK_RSITIMERCOUNTER_TEST_H