codex
Loading...
Searching...
No Matches
test.hpp
Go to the documentation of this file.
1
#ifndef CODEX_SORT_TEST_H
2
#define CODEX_SORT_TEST_H
3
4
#include <QTest>
5
6
class
SortTest
:
public
QObject {
7
Q_OBJECT
8
private
slots:
9
void
selection_data
(
void
);
10
void
selection
(
void
);
11
void
insertion_data
(
void
);
12
void
insertion
(
void
);
13
};
14
15
#endif
SortTest
Definition
test.hpp:6
SortTest::insertion
void insertion(void)
Definition
test.cpp:53
SortTest::selection
void selection(void)
Definition
test.cpp:48
SortTest::insertion_data
void insertion_data(void)
Definition
test.cpp:46
SortTest::selection_data
void selection_data(void)
Definition
test.cpp:45
tmp
sort
test.hpp
Generated by
1.11.0