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