Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
TEST(UniqueContainer, construct) {
47
ASSERT_NO_THROW((container{}));
48
ASSERT_TRUE((container{}).empty());
49
}
50
51
TEST(UniqueContainer, addUnique) {
52
container c;
Callers
nothing calls this directly
Calls
5
empty
Method · 0.45
insert
Method · 0.45
size
Method · 0.45
contains
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected