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

Function TEST

tests/test_raw_data_decode.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43} // namespace
44
45TEST(RawDataDecodeTest, TypeSizeUnsignedByte) {
46 EXPECT_EQ(type_size(BufferType::UnsignedByte), sizeof(std::uint8_t));
47}
48
49TEST(RawDataDecodeTest, TypeSizeUnsignedShort) {
50 EXPECT_EQ(type_size(BufferType::UnsignedShort), sizeof(std::int16_t));

Callers

nothing calls this directly

Calls 5

type_sizeFunction · 0.85
TestSingleDoubleValueFunction · 0.85
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected