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

Function TEST

tests/cplusplus/Util/UniqueContainer.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 wrap_policies::size, wrap_policies::empty>;
45
46TEST(UniqueContainer, construct) {
47 ASSERT_NO_THROW((container{}));
48 ASSERT_TRUE((container{}).empty());
49}
50
51TEST(UniqueContainer, addUnique) {
52 container c;

Callers

nothing calls this directly

Calls 5

emptyMethod · 0.45
insertMethod · 0.45
sizeMethod · 0.45
containsMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected