Public Member Functions | |
def | setUp |
def | test_subscriber_first |
Test subscriber first makes sure that if a subscriber is up first that it is able to successfully receive messages from a new publisher. | |
Public Attributes | |
callback_data | |
Private Member Functions | |
def | _test_subscriber_first_callback |
Definition at line 55 of file test_pubsub_order.py.
def test_pubsub_order.TestPubSubOrder._test_subscriber_first_callback | ( | self, | |
data | |||
) | [private] |
Definition at line 60 of file test_pubsub_order.py.
def test_pubsub_order.TestPubSubOrder.setUp | ( | self | ) |
Definition at line 57 of file test_pubsub_order.py.
Test subscriber first makes sure that if a subscriber is up first that it is able to successfully receive messages from a new publisher.
Definition at line 65 of file test_pubsub_order.py.
Definition at line 57 of file test_pubsub_order.py.