Classes | |
class | ListenerTest |
Test code for the listeners: used by all test listeners to check the number of events received. More... | |
class | TSyncListener |
Test class for the SyncListener. More... | |
Public Member Functions | |
void | setUp () |
void | tearDown () |
Private Member Functions | |
CPPUNIT_TEST_SUITE (EventTest) | |
CPPUNIT_TEST (testSetListeners) | |
CPPUNIT_TEST (testGetListeners) | |
CPPUNIT_TEST (testSyncEvent) | |
CPPUNIT_TEST (testSyncSourceEvent) | |
CPPUNIT_TEST (testSyncItemEvent) | |
CPPUNIT_TEST (testSyncStatusEvent) | |
CPPUNIT_TEST (testTransportEvent) | |
CPPUNIT_TEST (testUnsetListeners) | |
CPPUNIT_TEST_SUITE_END () | |
void | testSetListeners () |
void | testGetListeners () |
void | testSyncEvent () |
Test the SyncEvent. | |
void | testSyncSourceEvent () |
Test the SyncSourceEvent. | |
void | testSyncItemEvent () |
Test the SyncItemEvent. | |
void | testSyncStatusEvent () |
Test the SyncStatusEvent. | |
void | testTransportEvent () |
Test the TransportEvent. | |
void | testUnsetListeners () |
Private Attributes | |
int | existingSyncListeners |
int | existingSyncItemListeners |
int | existingSyncSourceListeners |
int | existingSyncStatusListeners |
int | existingTransportListeners |