MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / ATiffHeader

Class ATiffHeader

unitTests/test_tiffheader.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9static const byte tiffLittleEndian[] = {0x49, 0x49, 0x2a, 0x00, 0x10, 0x00, 0x00, 0x00};
10
11class ATiffHeader : public ::testing::Test {
12 public:
13 Internal::TiffHeader header;
14};
15
16TEST_F(ATiffHeader, hasExpectedValuesAfterCreation) {
17 ASSERT_EQ(8U, header.size());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected