Functions | |
def | connected (context, cause) |
def | connectionLost (context, cause) |
def | deliveryComplete (context, msgid) |
def | messageArrived (context, topicName, message) |
def | onFailure (context, failureData) |
def | onSuccess (context, successData) |
Variables | |
client | |
string | clientid = "myclientid" |
list | clients = [] |
dictionary | context = {"client" : client, "clientid" : clientid, "state" : "connecting"} |
string | hostname = "localhost" |
myclientid = None | |
int | noclients = 1 |
rc | |
string | topic = "test2_topic" |
def test_offline.connected | ( | context, | |
cause | |||
) |
Definition at line 25 of file test_offline.py.
def test_offline.connectionLost | ( | context, | |
cause | |||
) |
Definition at line 13 of file test_offline.py.
def test_offline.deliveryComplete | ( | context, | |
msgid | |||
) |
Definition at line 10 of file test_offline.py.
def test_offline.messageArrived | ( | context, | |
topicName, | |||
message | |||
) |
Definition at line 19 of file test_offline.py.
def test_offline.onFailure | ( | context, | |
failureData | |||
) |
Definition at line 47 of file test_offline.py.
def test_offline.onSuccess | ( | context, | |
successData | |||
) |
Definition at line 28 of file test_offline.py.
test_offline.client |
Definition at line 56 of file test_offline.py.
string test_offline.clientid = "myclientid" |
Definition at line 7 of file test_offline.py.
list test_offline.clients = [] |
Definition at line 53 of file test_offline.py.
dictionary test_offline.context = {"client" : client, "clientid" : clientid, "state" : "connecting"} |
Definition at line 64 of file test_offline.py.
string test_offline.hostname = "localhost" |
Definition at line 6 of file test_offline.py.
test_offline.myclientid = None |
Definition at line 52 of file test_offline.py.
int test_offline.noclients = 1 |
Definition at line 51 of file test_offline.py.
test_offline.rc |
Definition at line 56 of file test_offline.py.
string test_offline.topic = "test2_topic" |
Definition at line 8 of file test_offline.py.