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

Function TEST

tests/cplusplus/Common/RegStringMap.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37using osvr::common::CorrelatedStringMap;
38
39TEST(RegisteredStringMap, create) {
40
41 RegisteredStringMap regMap;
42 ASSERT_EQ(0, regMap.getEntries().size());
43 ASSERT_FALSE(regMap.isModified());
44}
45
46TEST(RegisteredStringMap, addNewValues) {
47 RegisteredStringMap regMap;

Callers

nothing calls this directly

Calls 4

isModifiedMethod · 0.80
getStringIDMethod · 0.80
sizeMethod · 0.45
getEntriesMethod · 0.45

Tested by

no test coverage detected