Package pyxmpp2 :: Package test :: Module _util
[hide private]

Module _util

Utilities for pyxmmp2 unit tests.
Classes [hide private]
  NetReaderWritter
Threaded network reader/writter.
  NetworkTestCase
Base class for networking test cases.
  InitiatorSelectTestCase
Base class for XMPP initiator streams tests, using the SelectMainLoop.
  InitiatorPollTestMixIn
Base class for XMPP initiator streams tests, using the PollMainLoop
  InitiatorGLibTestMixIn
Base class for XMPP initiator streams tests, using the GLibMainLoop
  InitiatorThreadedTestMixIn
Base class for XMPP initiator streams tests, using the ThreadPool instead of an asynchronous event loop.
  ReceiverSelectTestCase
Base class for XMPP receiver streams tests, using the SelectMainLoop
  ReceiverPollTestMixIn
Base class for XMPP receiver streams tests, using the PollMainLoop
  ReceiverGLibTestMixIn
Base class for XMPP receiver streams tests, using the GLibMainLoop
  ReceiverThreadedTestMixIn
Base class for XMPP receiver streams tests, using the ThreadPool
  EventRecorder
An event handler which records all events received and aborts the main loop on the DisconnectedEvent.
Variables [hide private]
  logger = logging.getLogger("pyxmpp2.test._util")
  TIMEOUT = 60.0