Protocols::BitTorrent::Bencoding::Testing::BDecoderTest Class Reference
Inherits
TestFixture.
Inheritance diagram for Protocols::BitTorrent::Bencoding::Testing::BDecoderTest:
[legend]Collaboration diagram for Protocols::BitTorrent::Bencoding::Testing::BDecoderTest:
[legend]List of all members.
Detailed Description
BDecoder class testing unit.
Definition at line 40 of file BDecoderTest.cpp.
Constructor & Destructor Documentation
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::BDecoderTest |
( |
|
) |
|
|
Member Function Documentation
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadDoubleAsInt |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadStringWithWrongCount |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadStringWithOneElement |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadStringWithNoElement |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadStringWithTooManyElements |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadValidListOneElement |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadNegative |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadZero |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadQuint64Max |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadQInt64Min |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadQInt64Max |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadOverflowingQInt64 |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadValidQInt64 |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadInvalidList |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadDictionary |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testMalFormedRead |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testReadTorrent |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST |
( |
testCtors |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST_SUITE |
( |
BDecoderTest |
|
) |
[private] |
|
| Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::CPPUNIT_TEST_SUITE_END |
( |
|
) |
[private] |
|
| const BDictionary* Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::getBDictionary |
( |
const BItem * |
item |
) |
const [inline, private] |
|
| const BInt* Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::getBInt |
( |
|
) |
const [inline, private] |
|
| const BInt* Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::getBInt |
( |
const BItem * |
item |
) |
const [inline, private] |
|
| const BList* Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::getBList |
( |
const BItem * |
item |
) |
const [inline, private] |
|
| const BString* Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::getBString |
( |
const BItem * |
item |
) |
const [inline, private] |
|
| QByteArray Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::getBytes |
( |
const char * |
rawData |
) |
const [inline, private] |
|
| QByteArray Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::readTorrentFile |
( |
const char * |
fileName |
) |
[inline, private] |
|
|
template<class T> |
| QByteArray Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::stringifyNum |
( |
T |
num |
) |
const [inline, private] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testCtors |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testMalFormedRead |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadDictionary |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadDoubleAsInt |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadInvalidList |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadNegative |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadOverflowingQInt64 |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadQInt64Max |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadQInt64Min |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadQuint64Max |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadStringWithNoElement |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadStringWithOneElement |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadStringWithTooManyElements |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadStringWithWrongCount |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadTorrent |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadValidListOneElement |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadValidQInt64 |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Bencoding::Testing::BDecoderTest::testReadZero |
( |
|
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file: