nngn
Loading...
Searching...
No Matches
sun_test.h
Go to the documentation of this file.
1#ifndef NNGN_TEST_SUN_H
2#define NNGN_TEST_SUN_H
3
4#include <QTest>
5
6class SunTest : public QObject {
7 Q_OBJECT
8private slots:
9 void constructor();
10 void dir_data();
11 void dir();
12};
13
14#endif
Definition sun_test.h:6
void dir()
Definition sun_test.cpp:33
void constructor()
Definition sun_test.cpp:15
void dir_data()
Definition sun_test.cpp:23