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

Function TEST

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

Source from the content-addressed store, hash-verified

37using namespace osvr::common;
38
39TEST(PathElement, getTypeName) {
40 ASSERT_STREQ(elements::getTypeName<elements::NullElement>(), "NullElement");
41}
42
43TEST(PathElement, isElementType) {
44 ASSERT_TRUE(isElementType<elements::NullElement>(elements::NullElement()));

Callers

nothing calls this directly

Calls 1

NullElementClass · 0.50

Tested by

no test coverage detected