Public Member Functions | |
def | apiError |
unit test assertion that fails if status code is not -1 and otherwise returns true | |
def | apiFail |
unit test assertions that fails if status code is not 0 and otherwise returns true | |
def | apiSuccess |
unit test assertion that fails if status code is not 1 and otherwise returns the value parameter | |
def | setUp |
def | tearDown |
Public Attributes | |
last_code | |
last_msg | |
last_val | |
master |
Definition at line 44 of file rosclient.py.
def test.rosclient.TestRosClient.apiError | ( | self, | |
args, | |||
msg = None |
|||
) |
unit test assertion that fails if status code is not -1 and otherwise returns true
Definition at line 74 of file rosclient.py.
def test.rosclient.TestRosClient.apiFail | ( | self, | |
args | |||
) |
unit test assertions that fails if status code is not 0 and otherwise returns true
args | [int, str, val]: returnv value from ROS API call |
Definition at line 67 of file rosclient.py.
def test.rosclient.TestRosClient.apiSuccess | ( | self, | |
args | |||
) |
unit test assertion that fails if status code is not 1 and otherwise returns the value parameter
args | [int, str, val]: returnv value from ROS API call |
Definition at line 58 of file rosclient.py.
def test.rosclient.TestRosClient.setUp | ( | self | ) |
Reimplemented in test.node._NodeTestCase, and test.master._MasterTestCase.
Definition at line 46 of file rosclient.py.
def test.rosclient.TestRosClient.tearDown | ( | self | ) |
Definition at line 52 of file rosclient.py.
Definition at line 46 of file rosclient.py.
Definition at line 46 of file rosclient.py.
Definition at line 46 of file rosclient.py.
Reimplemented in test.master._MasterTestCase.
Definition at line 46 of file rosclient.py.