26 #ifndef __TERRALIB_UNITTEST_DATATYPE_INTERNAL_DATE_H 27 #define __TERRALIB_UNITTEST_DATATYPE_INTERNAL_DATE_H 42 #include <boost/date_time/gregorian/gregorian.hpp> 45 #include <cppunit/extensions/HelperMacros.h> 60 class TsDate :
public CPPUNIT_NS::TestFixture
123 #endif // __TERRALIB_UNITTEST_DATATYPE_INTERNAL_DATE_H This file contains include headers for the Data Type module of TerraLib.
void tcClone()
Test Case: Clone this object and return AbstractData.
void tcToString()
It returns the date in the ISO textual format (YYYYMMDD).
void tcCheckOperators()
Test Case: Check operators (==, >,<, !=, -).
void tcDateTimeDuration()
Test Case: Check TimeInstant.
void tcDate()
Test Case: It creates a date time with local date. The date and time are obtained from the system clo...
CPPUNIT_TEST_SUITE(TsDate)
Test suite for the Date, DateDuration and DatePeriod Classes.
void tcDateConstructor()
Test Case: Copy constructor.
void tcDateCheck()
Test Case: It checks date values (YY,MM,DD)