31 #include <gmock/gmock.h>
An abstraction to Lib Curl functions.
virtual ~MockCurlWrapper()=default
virtual void downloadFile(const std::string &url, const std::string &filePath, te::common::TaskProgress *taskProgress=0)
Method to download a file retrieved from given URL and save into the specified file path...
MOCK_METHOD2(downloadFile, void(const std::string &, const std::string &))
MockCurlWrapper()=default