/**************************************************************************** * * (c) 2009-2020 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org> * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. * ****************************************************************************/#pragma once#include "UnitTest.h"classFTPManagerTest:publicUnitTest{Q_OBJECTprivateslots:void_performSizeBasedTestCases(void);void_performTestCases(void);void_testLostPackets(void);// Overrides from UnitTestvoidcleanup(void)override;private:typedefstruct{constchar*file;}TestCase_t;void_testCaseWorker(constTestCase_t&testCase);void_sizeTestCaseWorker(intfileSize);void_verifyFileSizeAndDelete(constQString&filename,intexpectedSize);staticconstTestCase_t_rgTestCases[];};