nngn
Loading...
Searching...
No Matches
entity_test.h
Go to the documentation of this file.
1#ifndef NNGN_TEST_ENTITY_H
2#define NNGN_TEST_ENTITY_H
3
4#include <QTest>
5
6class EntityTest : public QObject {
7 Q_OBJECT
8private slots:
9 void max_v_data();
10 void max_v();
11 void add_remove();
12 void parent_data();
13 void parent();
14};
15
16#endif
Definition: entity_test.h:6
void max_v_data()
Definition: entity_test.cpp:17
void add_remove()
Definition: entity_test.cpp:39
void parent()
Definition: entity_test.cpp:95
void parent_data()
Definition: entity_test.cpp:72
void max_v()
Definition: entity_test.cpp:25