Package coilmq :: Package tests :: Package functional :: Class BaseFunctionalTestCase
[frames] | no frames]

Class BaseFunctionalTestCase

unittest.TestCase --+
                    |
                   BaseFunctionalTestCase

Base class for test cases provides the fixtures for setting up the multi-threaded unit test infrastructure.

We use a combination of threading.Event and Queue.Queue objects to faciliate inter-thread communication and lock-stepping the assertions.

Instance Methods
 
setUp(self)
 
tearDown(self)