|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Additional Inherited Members | |
Protected Member Functions inherited from TestWebServerAuth | |
| void | SetUp () override |
| void | TearDown () override |
Protected Member Functions inherited from TestWebServer | |
| TestWebServer () | |
| ~TestWebServer () override=default | |
| void | SetUp () override |
| void | TearDown () override |
| void | SetupMediaSources () |
| void | TearDownMediaSources () |
| std::string | GetUrl (const std::string &path) |
| std::string | GetUrlOfTestFile (const std::string &testFile) |
| bool | GetLastModifiedOfTestFile (const std::string &testFile, CDateTime &lastModified) |
| void | CheckHtmlTestFileResponse (const CCurlFile &curl) |
| void | CheckRangesTestFileResponse (const CCurlFile &curl, int httpStatus=MHD_HTTP_OK, bool empty=false) |
| void | CheckRangesTestFileResponse (const CCurlFile &curl, const std::string &result, const CHttpRanges &ranges) |
| std::string | GenerateRangeHeaderValue (unsigned int start, unsigned int end) |
Static Protected Member Functions inherited from TestWebServerAuth | |
| static void | SetUpTestSuite () |
| static void | TearDownTestSuite () |
Static Protected Member Functions inherited from TestWebServer | |
| static void | StartSuiteServer (std::string_view username, std::string_view password) |
| static void | StopSuiteServer () |
| static void | SetUpTestSuite () |
| static void | TearDownTestSuite () |
Protected Attributes inherited from TestWebServer | |
| std::string | sourcePath |
Static Protected Attributes inherited from TestWebServerAuth | |
| static constexpr std::string_view | SERVER_USERNAME {"kodi"} |
| static constexpr std::string_view | SERVER_PASSWORD {"secret"} |
Static Protected Attributes inherited from TestWebServer | |
| static constexpr std::string_view | SERVER_USERNAME {""} |
| static constexpr std::string_view | SERVER_PASSWORD {""} |
| static std::unique_ptr< CWebServer > | s_webserver |
| static std::unique_ptr< CHTTPJsonRpcHandler > | s_jsonRpcHandler |
| static std::unique_ptr< CHTTPVfsHandler > | s_vfsHandler |
| static std::string | s_baseUrl |