codex
Loading...
Searching...
No Matches
packet_reader_test.hpp
Go to the documentation of this file.
1#ifndef CODEX_PACKET_READER_PACKET_READER_TEST_HPP
2#define CODEX_PACKET_READER_PACKET_READER_TEST_HPP
3
4#include <QTest>
5
6class PacketReaderTest : public QObject {
7 Q_OBJECT
8private slots:
9 void get();
10 void get_error();
11};
12
13#endif
Definition packet_reader_test.hpp:6
void get_error()
Definition packet_reader_test.cpp:33
void get()
Definition packet_reader_test.cpp:23