#include "MetalinkPostDownloadHandler.h" #include #include "RequestGroup.h" #include "Option.h" #include "DownloadContext.h" #include "FileEntry.h" #include "PieceStorage.h" #include "DiskAdaptor.h" namespace aria2 { class MetalinkPostDownloadHandlerTest:public CppUnit::TestFixture { CPPUNIT_TEST_SUITE(MetalinkPostDownloadHandlerTest); CPPUNIT_TEST(testCanHandle_extension); CPPUNIT_TEST(testCanHandle_contentType); CPPUNIT_TEST(testGetNextRequestGroups); CPPUNIT_TEST_SUITE_END(); private: SharedHandle