26 #ifndef __TERRALIB_UNITTEST_DATAACCESS_INTERNAL_DATETIME_H 27 #define __TERRALIB_UNITTEST_DATAACCESS_INTERNAL_DATETIME_H 45 #include <cppunit/extensions/HelperMacros.h> 222 #endif // __TERRALIB_UNITTEST_DATAACCESS_INTERNAL_DATETIME_H This file contains include headers for the Data Type module of TerraLib.
CPPUNIT_TEST_SUITE(TsDateTime)
void tcDateTime()
Test Case: It creates a date time with local date. The date and time are obtained from the system clo...
void tcGetDaysFromYear1()
Test suite for the DateTime Class.
void tcDateTimeSubDeltaSecs()
Test Case: Subtract 'delta' seconds and assign to this current date.
void tcDateTimeAddDeltaSecs1()
Test Case: Add 'delta' seconds and return date.
void tcSetTimeFromSeconds()
void tcDateTimeAssign()
Test Case: Assignment operator.
void tcDateTimeEqualOp()
Test Case: Operator ==.
void tcDateTimeParamsDateHour()
Test Case: It creates a custom date time with a given params ymdhms.
void tcSetYear()
Test Case:It initializes the date time with Y , M, D, H, Min, Sec, UTC, TimeFromSecs.
void tcGetDateTimeFromSeconds()
void tcGetDiffInSeconds1()
void tcDateTimeMinorEqOp()
Test Case: Operator <=.
void tcDateTimeMinorOp()
Test Case: Operator <.
void tcDateTimeConstructor()
Test Case: Copy constructor.
void tcDateTimeParamsY()
Test Case: It creates a custom date time with a given params ymdhms.
void tcDateTimeSubDeltaSecs1()
Test Case: Subtract 'delta' seconds and return date.
void tcDateTimeAddDeltaSecs()
Test Case: Add 'delta' seconds and assign to this current date.
void tcGetTimeInSecondsDT()
void tcDateTimeDifference()
Test Case: it returns the difference between the times in seconds.
void tcGetTimeInSeconds()
void tcDateTimeParamsDate()
Test Case: It creates a custom date time with a given params ymdhms.
void tcSetDate()
Test Case:It initializes the date time.
void tcGetTimeInSecondsD()
void tcSetAll()
Test Case:It get Y, M, D, H, Min, Sec, UTC, etc.
This file contains include headers for the Vector Geometry model of TerraLib.
void tcGetDaysFromMonth()
void tcGetDiffInSeconds()