MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / TEST_F

Function TEST_F

tests/test_message_exchange.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100};
101
102TEST_F(MessageExchangeTest, PrimitiveBlockSize) {
103 PrimitiveBlock block(TEST_VALUE_42);
104 EXPECT_EQ(block.size(), sizeof(int));
105}
106
107TEST_F(MessageExchangeTest, PrimitiveBlockData) {
108 PrimitiveBlock block(TEST_VALUE_42);

Callers

nothing calls this directly

Calls 5

as_bytes_spanFunction · 0.85
clearMethod · 0.80
sizeMethod · 0.45
dataMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected