26 #ifndef __TERRALIB_UNITTEST_COMMON_INTERNAL_UOMM_H 27 #define __TERRALIB_UNITTEST_COMMON_INTERNAL_UOMM_H 31 #include "../../src/terralib/common/UnitsOfMeasureManager.h" 32 #include "../../src/terralib/common/UnitOfMeasure.h" 40 #include <cppunit/extensions/HelperMacros.h> 122 #endif // __TERRALIB_UNITTEST_COMMON_INTERNAL_UOMM_H
void tcFindUomByAltName()
Test Case: Find an unit of using one of it's alternative name.
te::common::UnitOfMeasurePtr uomB
void tcFindUomByNames()
Test Case: Find an unit of using either it's name or on e of it's alternative names.
Test suite for the Units of Measure Manager Class.
te::common::UnitOfMeasurePtr uomC
te::common::UnitOfMeasurePtr uomA
boost::shared_ptr< UnitOfMeasure > UnitOfMeasurePtr
void tcFindUomByName()
Test Case: Find an unit of using it's identificaton number. void tcFindUomById ();.
std::vector< std::string > alternativeNames
te::common::UnitOfMeasurePtr uomD
CPPUNIT_TEST_SUITE(TsUnitsOfMeasureManager)
CPPUNIT_TEST(tcFindUomByName)