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

Class GrootTestBase

test/groot_test_base.h:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#define TEST_LOCATION() { __FILE__, __LINE__ }
15
16class GrootTestBase : public QObject
17{
18 Q_OBJECT
19
20public:
21 struct TestLocation{
22 const char* file;
23 int line;
24 };
25
26protected:
27 QByteArray readFile(const char* name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected