Public Member Functions | |
def | __init__ (self, args, kwargs) |
def | test_constructor (self) |
def | test_getset (self) |
def | test_packparse (self) |
Class to test fgFDM
Definition at line 66 of file test_fgFDM.py.
def test_fgFDM.fgFDMTest.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Constructor, set up some data that is reused in many tests
Definition at line 70 of file test_fgFDM.py.
def test_fgFDM.fgFDMTest.test_constructor | ( | self | ) |
Test the constructor
Definition at line 74 of file test_fgFDM.py.
def test_fgFDM.fgFDMTest.test_getset | ( | self | ) |
Test the getting and setting and unit conversion of variables
Definition at line 80 of file test_fgFDM.py.
def test_fgFDM.fgFDMTest.test_packparse | ( | self | ) |
Test the packing and parsing of an fgFDM packet
Definition at line 92 of file test_fgFDM.py.