|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "filesystem/CurlHttpClient.h"#include "filesystem/HttpClientFactory.h"#include "filesystem/IHttpClient.h"#include <gtest/gtest.h>Classes | |
| class | XFILE::TestCurlHttpClient |
Namespaces | |
| namespace | XFILE |
Functions | |
| XFILE::TEST (TestHttpClientFactory, CreateReturnsNonNull) | |
| XFILE::TEST (TestHttpClientFactory, CreateReturnsCurlHttpClient) | |
| XFILE::TEST_F (TestCurlHttpClient, GetPropertyOnIdleClientReturnsEmpty) | |
| XFILE::TEST_F (TestCurlHttpClient, CancelAndResetLeaveIdleClientUsable) | |
| XFILE::TEST_F (TestCurlHttpClient, SettersDispatchThroughInterface) | |