MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / EditorTest

Class EditorTest

test/editor_test.cpp:6–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QLineEdit>
5
6class EditorTest : public GrootTestBase
7{
8 Q_OBJECT
9
10public:
11 EditorTest() {}
12 ~EditorTest() {}
13
14private slots:
15 void initTestCase();
16 void cleanupTestCase();
17 void renameTabs();
18 void loadFile();
19 void loadFailed();
20 void undoRedo();
21 void testSubtree();
22 void modifyCustomModel();
23 void multipleSubtrees();
24 void editText();
25 void loadModelLess();
26 void longNames();
27 void clearModels();
28 void undoWithSubtreeExpanded();
29};
30
31
32void EditorTest::initTestCase()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected