Public Member Functions | |
def | testRegisterSubscriberSimpleSuccess (self) |
![]() | |
def | __init__ (self, *args) |
def | setUp (self) |
![]() | |
def | apiError (self, args, msg=None) |
unit test assertion that fails if status code is not -1 and otherwise returns true More... | |
def | apiFail (self, args) |
unit test assertions that fails if status code is not 0 and otherwise returns true More... | |
def | apiSuccess (self, args) |
unit test assertion that fails if status code is not 1 and otherwise returns the value parameter More... | |
def | tearDown (self) |
Additional Inherited Members | |
![]() | |
caller_id | |
master | |
master_uri | |
ns | |
![]() | |
last_code | |
last_msg | |
last_val | |
master | |
Definition at line 68 of file test_master_api.py.
def test.test_master_api.MasterRegisterSubscriberSimpleSuccess.testRegisterSubscriberSimpleSuccess | ( | self | ) |
Definition at line 69 of file test_master_api.py.