26 #ifndef __TERRALIB_UNITTEST_COMMON_INTERNAL_UOM_H 27 #define __TERRALIB_UNITTEST_COMMON_INTERNAL_UOM_H 33 #include <cppunit/extensions/HelperMacros.h> 123 #endif // __TERRALIB_UNITTEST_COMMON_INTERNAL_UOM_H te::common::UnitOfMeasure * uomB
void tcIsBaseUnit()
Test Case: Checks if it is returning true for a base unit and false for non-base units.
void tcGetName()
Test Case: Checks the unit of measure name.
CPPUNIT_TEST_SUITE(TsUnitOfMeasure)
void tcGetDescription()
Test Case: Checks the unit of measure description.
void tcGetBaseUnitId()
Test Case: Checks the base unit id from which this unit derives of.
void tcGetConversionFactors()
Test Case: Checks if the conversion factors to convert the unit to its base unit are correct...
void tcGetType()
Test Case: Checks the unit of measure type.
void tcGetSymbol()
Test Case: Checks the unit of measure symbol.
te::common::UnitOfMeasure * uomA
A class to represent units of measure.
void tcGetId()
Test Case: Checks the unit of measure identification.
te::common::UnitOfMeasure * uomC
void tcGetConversionValue()
Test Case: Checks the multiplicative value to convert the unit to its base unit.
te::common::UnitOfMeasure * uomD