File indexing completed on 2024-04-28 04:05:22

0001 #ifndef __STREAKS_TEST_H
0002 #define __STREAKS_TEST_H
0003 
0004 #include <QObject>
0005 
0006 class StreaksTest : public QObject
0007 {
0008     Q_OBJECT
0009 
0010 private Q_SLOTS:
0011     void testSanity();
0012     void test00();
0013     void test01();
0014     void test02();
0015     void test03();
0016     void test04();
0017     void test05();
0018     void test06();
0019     void test07();
0020     void test08();
0021     void test09();
0022     void test10();
0023     void test11();
0024     void test12();
0025     void test13();
0026     void bench00();
0027 };
0028 
0029 #endif /* __STREAKS_TEST_H */