Automated tests for gnsstk::RinexNavDataFactory.
Definition at line 116 of file RinexNavDataFactory_T.cpp.
Public Member Functions | |
unsigned | constructorTest () |
Make sure the constructor does what it's supposed to. More... | |
unsigned | decodeSISATest () |
unsigned | encodeSISATest () |
unsigned | loadIntoMapQZSSTest () |
Exercise loadIntoMap with QZSS data. More... | |
unsigned | loadIntoMapTest () |
Exercise loadIntoMap by loading data with different options in place. More... | |
template<class NavClass > | |
void | verifyDataType (gnsstk::TestUtil &testFramework, gnsstk::NavMessageMap &nmm) |
unsigned RinexNavDataFactory_T::constructorTest | ( | ) |
Make sure the constructor does what it's supposed to.
Definition at line 139 of file RinexNavDataFactory_T.cpp.
unsigned RinexNavDataFactory_T::decodeSISATest | ( | ) |
Definition at line 1167 of file RinexNavDataFactory_T.cpp.
unsigned RinexNavDataFactory_T::encodeSISATest | ( | ) |
Definition at line 1203 of file RinexNavDataFactory_T.cpp.
unsigned RinexNavDataFactory_T::loadIntoMapQZSSTest | ( | ) |
Exercise loadIntoMap with QZSS data.
Definition at line 1221 of file RinexNavDataFactory_T.cpp.
unsigned RinexNavDataFactory_T::loadIntoMapTest | ( | ) |
Exercise loadIntoMap by loading data with different options in place.
Definition at line 184 of file RinexNavDataFactory_T.cpp.
void RinexNavDataFactory_T::verifyDataType | ( | gnsstk::TestUtil & | testFramework, |
gnsstk::NavMessageMap & | nmm | ||
) |
Use dynamic_cast to verify that the contents of nmm are the right class.
[in] | testFramework | The test framework created by TUDEF, used by TUASSERT macros in this function. |
[in] | nmm | The data map to check. |
Definition at line 1367 of file RinexNavDataFactory_T.cpp.