codex
Loading...
Searching...
No Matches
test.hpp
Go to the documentation of this file.
1#ifndef CODEX_ALGO_TEST_H
2#define CODEX_ALGO_TEST_H
3
4#include <QTest>
5
6class AlgoTest : public QObject {
7 Q_OBJECT
8private slots:
10 void rotate_end();
19};
20
21#endif
Definition test.hpp:6
void rotate_empty_end()
void rotate_rec_perm_data()
void rotate_end()
void rotate_empty()
void rotate_perm_data()
void rotate_perm()
void rotate_rec_empty()
void rotate_rec_end()
void rotate_rec_empty_end()
void rotate_rec_perm()