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

Method initTestCase

test/replay_test.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20void ReplyTest::initTestCase()
21{
22 main_win = new MainWindow(GraphicMode::REPLAY, nullptr);
23 main_win->resize(1200, 800);
24 main_win->show();
25}
26
27void ReplyTest::cleanupTestCase()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected