#include "UTMetadataPostDownloadHandler.h" #include #include "DownloadContext.h" #include "RequestGroup.h" #include "Option.h" #include "FileEntry.h" #include "bittorrent_helper.h" #include "A2STR.h" #include "ByteArrayDiskWriterFactory.h" #include "PieceStorage.h" #include "DiskAdaptor.h" #include "util.h" #include "MessageDigest.h" #include "message_digest_helper.h" #include "prefs.h" #include "RecoverableException.h" namespace aria2 { class UTMetadataPostDownloadHandlerTest:public CppUnit::TestFixture { CPPUNIT_TEST_SUITE(UTMetadataPostDownloadHandlerTest); CPPUNIT_TEST(testCanHandle); CPPUNIT_TEST(testGetNextRequestGroups); CPPUNIT_TEST_SUITE_END(); private: std::shared_ptr