Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "FileItem.h"
#include "Util.h"
#include "filesystem/Directory.h"
#include "platform/Filesystem.h"
#include "utils/FileUtils.h"
#include "utils/URIUtils.h"
#include "video/VideoUtils.h"
#include <array>
#include <fstream>
#include <gtest/gtest.h>
Classes | |
class | OpticalMediaPathTest |
Typedefs | |
using | OptDef = std::pair<std::string, bool> |
Functions | |
TEST_P (OpticalMediaPathTest, GetOpticalMediaPath) | |
INSTANTIATE_TEST_SUITE_P (TestVideoUtils, OpticalMediaPathTest, testing::ValuesIn(mediapath_tests)) | |
Variables | |
const auto | mediapath_tests |
INSTANTIATE_TEST_SUITE_P | ( | TestVideoUtils | , |
OpticalMediaPathTest | , | ||
testing::ValuesIn(mediapath_tests) | ) |
TEST_P | ( | OpticalMediaPathTest | , |
GetOpticalMediaPath | ) |