Automated tests for gnsstk::SEMNavDataFactory.
Definition at line 64 of file SEMNavDataFactory_T.cpp.
Public Member Functions | |
unsigned | constructorTest () |
Make sure the constructor does what it's supposed to. 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 SEMNavDataFactory_T::constructorTest | ( | ) |
Make sure the constructor does what it's supposed to.
Definition at line 83 of file SEMNavDataFactory_T.cpp.
unsigned SEMNavDataFactory_T::loadIntoMapTest | ( | ) |
Exercise loadIntoMap by loading data with different options in place.
Definition at line 98 of file SEMNavDataFactory_T.cpp.
void SEMNavDataFactory_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 166 of file SEMNavDataFactory_T.cpp.