Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TestUtils.h File Reference
#include <string>
#include <vector>

Classes

class  CXBMCTestUtils
 

Namespaces

namespace  XFILE
 

Macros

#define XBMC_REF_FILE_PATH(s)
 
#define XBMC_CREATETEMPFILE(a)
 
#define XBMC_DELETETEMPFILE(a)
 
#define XBMC_TEMPFILEPATH(a)
 
#define XBMC_CREATECORRUPTEDFILE(a, b)
 

Macro Definition Documentation

◆ XBMC_CREATECORRUPTEDFILE

#define XBMC_CREATECORRUPTEDFILE ( a,
b )
Value:
XFILE::CFile * CreateCorruptedFile(std::string const &strFileName, std::string const &suffix)
Definition TestUtils.cpp:129
static CXBMCTestUtils & Instance()
Definition TestUtils.cpp:69

◆ XBMC_CREATETEMPFILE

#define XBMC_CREATETEMPFILE ( a)
Value:
XFILE::CFile * CreateTempFile(std::string const &suffix)
Definition TestUtils.cpp:94

◆ XBMC_DELETETEMPFILE

#define XBMC_DELETETEMPFILE ( a)
Value:
bool DeleteTempFile(XFILE::CFile *tempfile)
Definition TestUtils.cpp:103

◆ XBMC_REF_FILE_PATH

#define XBMC_REF_FILE_PATH ( s)
Value:
std::string ReferenceFilePath(const std::string &path)
Definition TestUtils.cpp:75

◆ XBMC_TEMPFILEPATH

#define XBMC_TEMPFILEPATH ( a)
Value:
std::string TempFilePath(XFILE::CFile const *const tempfile)
Definition TestUtils.cpp:113