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

Class ReceiverThreadedTestMixIn


Base class for XMPP receiver streams tests, using the ThreadPool
Instance Methods [hide private]
 
make_loop(self, handlers)
Return a main loop object for use with this test suite.
 
start_transport(self, handlers)
Create a listening socket for the tested stream, a transport a main loop and create a client connectiong to the socket.
 
tearDown(self)
Tear down the test case object.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__