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

Method basicLoad

test/replay_test.cpp:35–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void ReplyTest::basicLoad()
36{
37 auto sidepanel_replay = main_win->findChild<SidepanelReplay*>("SidepanelReplay");
38 QVERIFY2( sidepanel_replay, "Can't get pointer to SidepanelReplay" );
39
40 QByteArray log = readFile("://crossdoor_trace.fbl");
41 sidepanel_replay->loadLog( log );
42
43 QCOMPARE( sidepanel_replay->transitionsCount(), size_t(27) );
44}
45
46QTEST_MAIN(ReplyTest)
47

Callers

nothing calls this directly

Calls 2

loadLogMethod · 0.80
transitionsCountMethod · 0.80

Tested by

no test coverage detected