MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / TEST

Function TEST

tests/cplusplus/Routing/PathTree.cpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39using std::string;
40using namespace osvr::common;
41TEST(PathTree, create) { ASSERT_NO_THROW(PathTree()); }
42
43TEST(PathTree, getPathRoot) {
44 PathTree tree;

Callers

nothing calls this directly

Calls 5

isRootMethod · 0.80
getParentMethod · 0.80
getNameMethod · 0.80
hasChildrenMethod · 0.80
PathTreeClass · 0.50

Tested by

no test coverage detected