#include "BtPostDownloadHandler.h" #include #include "DownloadContext.h" #include "RequestGroup.h" #include "Option.h" #include "FileEntry.h" #include "bittorrent_helper.h" #include "PieceStorage.h" #include "DiskAdaptor.h" #include "RequestGroupCriteria.h" namespace aria2 { class BtPostDownloadHandlerTest:public CppUnit::TestFixture { CPPUNIT_TEST_SUITE(BtPostDownloadHandlerTest); CPPUNIT_TEST(testCanHandle_extension); CPPUNIT_TEST(testCanHandle_contentType); CPPUNIT_TEST(testGetNextRequestGroups); CPPUNIT_TEST_SUITE_END(); private: std::shared_ptr