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

Function TEST

tests/cplusplus/Util/ContainerWrapper.cpp:69–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 "iterators implies const_iterators");
68
69TEST(ContainerWrapper, constructWithVariedArguments) {
70 ASSERT_NO_THROW((MyTestContainerWrapper<svec>{}));
71 ASSERT_NO_THROW(
72 (MyTestContainerWrapper<svec, policies::const_iterators>{}));
73 ASSERT_NO_THROW((MyTestContainerWrapper<svec, policies::iterators>{}));
74
75 ASSERT_NO_THROW((MyTestContainerWrapper<svec, policies::size>{}));
76 ASSERT_NO_THROW((MyTestContainerWrapper<svec, policies::size,
77 policies::const_iterators>{}));
78 ASSERT_NO_THROW(
79 (MyTestContainerWrapper<svec, policies::size, policies::iterators>{}));
80}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected