codex
Loading...
Searching...
No Matches
test.hpp
Go to the documentation of this file.
1
#ifndef CODEX_BSEARCH_TEST_H
2
#define CODEX_BSEARCH_TEST_H
3
4
#include <QTest>
5
6
class
BSearchTest
:
public
QObject {
7
Q_OBJECT
8
private
slots:
9
void
test_data
();
10
void
test
();
11
};
12
13
#endif
BSearchTest
Definition
test.hpp:6
BSearchTest::test
void test()
Definition
test.cpp:39
BSearchTest::test_data
void test_data()
Definition
test.cpp:22
bsearch
test.hpp
Generated by
1.11.0