Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TestZipFile.cpp File Reference
#include "FileItem.h"
#include "FileItemList.h"
#include "ServiceBroker.h"
#include "URL.h"
#include "filesystem/Directory.h"
#include "filesystem/File.h"
#include "filesystem/ZipFile.h"
#include "settings/Settings.h"
#include "settings/SettingsComponent.h"
#include "test/TestUtils.h"
#include "utils/StringUtils.h"
#include "utils/URIUtils.h"
#include <errno.h>
#include <gtest/gtest.h>

Classes

class  TestZipFile
 

Functions

 TEST_F (TestZipFile, Read)
 
 TEST_F (TestZipFile, Exists)
 
 TEST_F (TestZipFile, Stat)
 
 TEST_F (TestZipFile, CorruptedFile)
 
 TEST_F (TestZipFile, ExtendedLocalHeader)
 
 TEST_F (TestZipFile, Read64)
 
 TEST_F (TestZipFile, BigRead64)
 
 TEST_F (TestZipFile, Zip64DirectoryListing)
 
 TEST_F (TestZipFile, Zip64ExtendedInformation)
 

Function Documentation

◆ TEST_F() [1/9]

TEST_F ( TestZipFile  ,
BigRead64   
)

◆ TEST_F() [2/9]

TEST_F ( TestZipFile  ,
CorruptedFile   
)

◆ TEST_F() [3/9]

TEST_F ( TestZipFile  ,
Exists   
)

◆ TEST_F() [4/9]

TEST_F ( TestZipFile  ,
ExtendedLocalHeader   
)

◆ TEST_F() [5/9]

TEST_F ( TestZipFile  ,
Read   
)

◆ TEST_F() [6/9]

TEST_F ( TestZipFile  ,
Read64   
)

◆ TEST_F() [7/9]

TEST_F ( TestZipFile  ,
Stat   
)

◆ TEST_F() [8/9]

TEST_F ( TestZipFile  ,
Zip64DirectoryListing   
)

◆ TEST_F() [9/9]

TEST_F ( TestZipFile  ,
Zip64ExtendedInformation   
)