Package coilmq :: Package tests :: Module test_topic :: Class TopicManagerTest
[frames] | no frames]

Class TopicManagerTest

unittest.TestCase --+
                    |
                   TopicManagerTest

Tests for the TopicManager class.

Instance Methods
 
setUp(self)
 
test_subscribe(self)
Test subscribing a connection to the topic.
 
test_unsubscribe(self)
Test unsubscribing a connection from the queue.
 
send_simple(self)
Test a basic send command.