codex
Loading...
Searching...
No Matches
power_test.hpp
Go to the documentation of this file.
1#ifndef CODEX_MATH_POWER_TEST_H
2#define CODEX_MATH_POWER_TEST_H
3
4#include <QTest>
5
6class PowerTest : public QObject {
7 Q_OBJECT
8private slots:
9 void power_data(void);
10 void power(void);
11};
12
13#endif
Definition power_test.hpp:6
void power_data(void)
Definition power_test.cpp:35
void power(void)
Definition power_test.cpp:50