diff options
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index e5210b08..10960d97 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -101,6 +101,16 @@ private slots: void testSubscriptions(); }; +class TestRtp : public QObject +{ + Q_OBJECT + +private slots: + void testBad(); + void testSimple(); + void testWithCsrc(); +}; + class TestServer : public QObject { Q_OBJECT |
