MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / TEST

Function TEST

tests/unittests/Message_test.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155/*-------------------------------------*/
156
157TEST(AMessage, CanBeDefaultConstructed)
158{
159 ASSERT_NO_THROW(sdbus::PlainMessage());
160}
161
162TEST(AMessage, IsInvalidAfterDefaultConstructed)
163{

Callers

nothing calls this directly

Calls 11

createPlainMessageFunction · 0.85
deserializeStringFunction · 0.85
sealMethod · 0.80
copyToMethod · 0.80
rewindMethod · 0.80
peekTypeMethod · 0.80
PlainMessageClass · 0.50
VariantClass · 0.50
isValidMethod · 0.45
isEmptyMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected