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