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

Function TEST

unitTests/test_jp2image_int.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25} // namespace
26
27TEST(Jp2FileTypeBox, isNotValidWithoutProperValuesSet) {
28 const std::vector<std::uint8_t> boxData(12);
29 ASSERT_FALSE(isValidBoxFileType(boxData));
30}
31
32TEST(Jp2FileTypeBox, isValidWithMinimumPossibleSizeAndValidValues) {
33 std::vector<std::uint8_t> boxData(12);

Callers

nothing calls this directly

Calls 2

isValidBoxFileTypeFunction · 0.85
setValidValuesFunction · 0.85

Tested by

no test coverage detected