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

Method initTestCase

test/editor_test.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32void EditorTest::initTestCase()
33{
34 main_win = new MainWindow(GraphicMode::EDITOR, nullptr);
35 main_win->resize(1200, 800);
36 main_win->show();
37}
38
39void EditorTest::cleanupTestCase()
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected