#ifndef COMMANDDECODERTEST_H #define COMMANDDECODERTEST_H #include <QTest> #include "CommandsType.h" class CommandDecoderTest : public QObject { Q_OBJECT private: QList<CommandsType2> handiResult(); public: CommandDecoderTest(); ~CommandDecoderTest(); //uncrustify off private slots: //uncrustify on void testDecoder(); }; #endif //COMMANDDECODERTEST_H