diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-16 08:53:42 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-16 08:53:42 +0000 |
| commit | 946249abbdd477ac7cfbdb1e0bfbcd34b7c93bb8 (patch) | |
| tree | 322baa3008f2273c4585603ebdcaddd55a809cb5 /source/tests.h | |
| parent | 1b596e06fac7e1ec96cc5f9f387b936836f2c601 (diff) | |
| download | qxmpp-946249abbdd477ac7cfbdb1e0bfbcd34b7c93bb8.tar.gz | |
add tests for Jingle IQs
Diffstat (limited to 'source/tests.h')
| -rw-r--r-- | source/tests.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/tests.h b/source/tests.h index efba1961..06bdc91c 100644 --- a/source/tests.h +++ b/source/tests.h @@ -48,3 +48,14 @@ private slots: void testSession(); }; +class TestJingle : public QObject +{ + Q_OBJECT + +private slots: + void testSession(); + void testTerminate(); + void testPayloadType(); + void testRinging(); +}; + |
