#include <string>
#include <vector>
◆ 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