Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest Class Reference
Inherits
TestFixture.
Inheritance diagram for Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest:
[legend]Collaboration diagram for Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest:
[legend]List of all members.
Detailed Description
TrackerRequestSessionFactoryImpl class testing unit.
Definition at line 40 of file TrackerRequestSessionFactoryImplTest.cpp.
Constructor & Destructor Documentation
| Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::TrackerRequestSessionFactoryImplTest |
( |
|
) |
|
|
Member Function Documentation
| Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::CPPUNIT_TEST |
( |
trackerRequestSessionClosedNotificationWillBeForwarded |
|
) |
[private] |
|
| Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::CPPUNIT_TEST |
( |
trackerRequestSessionClosingNotificationWillBeForwarded |
|
) |
[private] |
|
| Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::CPPUNIT_TEST |
( |
trackerRequestSessionResponseRecievedNotificationWillBeForwarded |
|
) |
[private] |
|
| Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::CPPUNIT_TEST |
( |
trackerRequestSessionErrorNotificationWillBeForwarded |
|
) |
[private] |
|
| Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::CPPUNIT_TEST |
( |
testTrackerRequestSessionEstablishedNotificationWillBeForwarded |
|
) |
[private] |
|
| Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::CPPUNIT_TEST |
( |
testDestroyAllCreatedSessionsThreeSessionsCreated |
|
) |
[private] |
|
| Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::CPPUNIT_TEST |
( |
testDestroySessionTwoSessionsCreated |
|
) |
[private] |
|
| Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::CPPUNIT_TEST |
( |
testDestroySessionOnlyOneSessionCreated |
|
) |
[private] |
|
| Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::CPPUNIT_TEST |
( |
testCreateSessionTorrentWithAnnounceListWillReturnMultiTrackerRequestSession |
|
) |
[private] |
|
| Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::CPPUNIT_TEST |
( |
testCreateSessionTorrentWithAnnounceUrlWillReturnSingleTrackerRequestSession |
|
) |
[private] |
|
| Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::CPPUNIT_TEST_SUITE_END |
( |
|
) |
[private] |
|
| void Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::setUp |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::tearDown |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::testCreateSessionTorrentWithAnnounceListWillReturnMultiTrackerRequestSession |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::testCreateSessionTorrentWithAnnounceUrlWillReturnSingleTrackerRequestSession |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::testDestroyAllCreatedSessionsThreeSessionsCreated |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::testDestroySessionOnlyOneSessionCreated |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::testDestroySessionTwoSessionsCreated |
( |
|
) |
[inline] |
|
| void Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::testTrackerRequestSessionEstablishedNotificationWillBeForwarded |
( |
|
) |
[inline] |
|
|
|
Verifies that if the trackerRequestSessionEstablished() notification is recieved from a created session, it will be forwared to the factory's notifications listener.
Definition at line 145 of file TrackerRequestSessionFactoryImplTest.cpp. |
| void Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::trackerRequestSessionClosedNotificationWillBeForwarded |
( |
|
) |
[inline] |
|
|
|
Verifies that if the trackerRequestSessionClosed() notification is recieved from a created session, it will be forwared to the factory's notifications listener.
Definition at line 214 of file TrackerRequestSessionFactoryImplTest.cpp. |
| void Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::trackerRequestSessionClosingNotificationWillBeForwarded |
( |
|
) |
[inline] |
|
|
|
Verifies that if the trackerRequestSessionClosing() notification is recieved from a created session, it will be forwared to the factory's notifications listener.
Definition at line 197 of file TrackerRequestSessionFactoryImplTest.cpp. |
| void Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::trackerRequestSessionErrorNotificationWillBeForwarded |
( |
|
) |
[inline] |
|
|
|
Verifies that if the trackerRequestSessionError() notification is recieved from a created session, it will be forwared to the factory's notifications listener.
Definition at line 162 of file TrackerRequestSessionFactoryImplTest.cpp. |
| void Protocols::BitTorrent::Trackers::Testing::TrackerRequestSessionFactoryImplTest::trackerRequestSessionResponseRecievedNotificationWillBeForwarded |
( |
|
) |
[inline] |
|
|
|
Verifies that if the trackerRequestSessionResponseRecieved() notification is recieved from a created session, it will be forwared to the factory's notifications listener.
Definition at line 179 of file TrackerRequestSessionFactoryImplTest.cpp. |
Member Data Documentation
The documentation for this class was generated from the following file: