Public Member Functions | |
def | test_bad_data_long (self) |
def | test_bad_data_short (self) |
def | test_split_at_resp_with_param (self) |
def | test_split_short_at_response (self) |
def | test_split_status_response (self) |
def | test_unrecognized_response (self) |
Public Member Functions inherited from xbee.tests.test_ieee.InitXBee | |
def | setUp (self) |
Additional Inherited Members | |
Public Attributes inherited from xbee.tests.test_ieee.InitXBee | |
xbee | |
_split_response should properly split a response packet
Definition at line 91 of file test_ieee.py.
def xbee.tests.test_ieee.TestSplitResponse.test_bad_data_long | ( | self | ) |
if a response doesn't match the specification's layout, _split_response should raise an exception
Definition at line 112 of file test_ieee.py.
def xbee.tests.test_ieee.TestSplitResponse.test_bad_data_short | ( | self | ) |
if a response doesn't match the specification's layout, _split_response should raise an exception
Definition at line 121 of file test_ieee.py.
def xbee.tests.test_ieee.TestSplitResponse.test_split_at_resp_with_param | ( | self | ) |
_split_response should properly split an at_response packet which has parameter data
Definition at line 156 of file test_ieee.py.
def xbee.tests.test_ieee.TestSplitResponse.test_split_short_at_response | ( | self | ) |
_split_response should properly split an at_response packet which has no parameter data
Definition at line 142 of file test_ieee.py.
def xbee.tests.test_ieee.TestSplitResponse.test_split_status_response | ( | self | ) |
_split_response should properly split a status response packet
Definition at line 130 of file test_ieee.py.
def xbee.tests.test_ieee.TestSplitResponse.test_unrecognized_response | ( | self | ) |
if a response begins with an unrecognized id byte, _split_response should raise an exception
Definition at line 96 of file test_ieee.py.