| 40 | } |
| 41 | |
| 42 | AbsBehaviorTree GrootTestBase::getAbstractTree(const QString &name) |
| 43 | { |
| 44 | if(name.isEmpty() ) |
| 45 | return BuildTreeFromScene( main_win->currentTabInfo()->scene() ); |
| 46 | else |
| 47 | return BuildTreeFromScene( main_win->getTabByName(name)->scene() ); |
| 48 | } |
| 49 | |
| 50 | void GrootTestBase::testMessageBox(int deplay_ms, TestLocation location, |
| 51 | std::function<void()> callable_action, |
nothing calls this directly
no test coverage detected