/**************************************************************************** * * (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"/// This unit test is meant to be used stand-alone to generate images for each mission item editor for reviewclassMissionCommandTreeEditorTest:publicUnitTest{Q_OBJECTpublic:MissionCommandTreeEditorTest(void);privateslots:voidtestEditors(void);private:void_testEditorsWorker(QGCMAVLink::FirmwareClass_tfirmwareClass,QGCMAVLink::VehicleClass_tvehicleClass);};