MCPcopy Create free account
hub / github.com/darktable-org/rawspeed / TEST

Function TEST

test/librawspeed/common/ChecksumFileTest.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace rawspeed_test {
31
32TEST(ParseChecksumFileContentTest, Empty) {
33 const auto Content = ParseChecksumFileContent({}, {});
34 ASSERT_TRUE(Content.empty());
35}
36
37TEST(ParseChecksumFileContentTest, ShortLine) {
38 auto gen = [](int len) {

Callers

nothing calls this directly

Calls 2

ParseChecksumFileContentFunction · 0.85
emptyMethod · 0.80

Tested by

no test coverage detected