Performs end-to-end integration tests of a test_node. More...
Public Member Functions | |
def | __init__ (self, args) |
def | testArrays (self) |
def | testHeader (self) |
def | testPrimitives (self) |
def | testString (self) |
Public Member Functions inherited from test.node._NodeTestCase | |
def | __init__ (self, args) |
def | setUp (self) |
Public Member Functions inherited from test.rosclient.TestRosClient | |
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 | setUp (self) |
def | tearDown (self) |
Additional Inherited Members | |
Public Attributes inherited from test.node._NodeTestCase | |
caller_id | |
node | |
node_api | |
ns | |
test_node | |
Public Attributes inherited from test.rosclient.TestRosClient | |
last_code | |
last_msg | |
last_val | |
master | |
Performs end-to-end integration tests of a test_node.
NodeIntegrationTestCase itself is a rospy node and thus implicitly depends on rospy functionality.
def test.node.NodeIntegrationTestCase.__init__ | ( | self, | |
args | |||
) |
def test.node.NodeIntegrationTestCase.testPrimitives | ( | self | ) |