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

Function TEST

engine/dlib/src/test/test_zip.cpp:97–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95};
96
97TEST(dmZip, NotExist)
98{
99 char path[128];
100 dmTestUtil::MakeHostPath(path, sizeof(path), "NOTEEXIST");
101
102 dmZip::HZip zip;
103 dmZip::Result zr = dmZip::Open(path, &zip);
104 ASSERT_NE(dmZip::RESULT_OK, zr);
105}
106
107TEST_P(ZipArchiveTest, Iterate)
108{

Callers

nothing calls this directly

Calls 2

MakeHostPathFunction · 0.85
OpenFunction · 0.50

Tested by

no test coverage detected