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

Class InitiatorThreadedTestMixIn


Base class for XMPP initiator streams tests, using the ThreadPool instead of an asynchronous event loop.
Instance Methods [hide private]
 
make_loop(self, handlers)
Return a main loop object for use with this test suite.
 
connect_transport(self)
Start a test server and connect the transport to it.
 
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__