26 #ifndef __TERRALIB_UNITTEST_DATATYPE_INTERNAL_TIMEINSTANT_H 27 #define __TERRALIB_UNITTEST_DATATYPE_INTERNAL_TIMEINSTANT_H 42 #include <boost/date_time/gregorian/gregorian.hpp> 45 #include <cppunit/extensions/HelperMacros.h> 120 #endif // __TERRALIB_UNITTEST_DATATYPE_INTERNAL_TIMEINSTANT_H This file contains include headers for the Data Type module of TerraLib.
CPPUNIT_TEST_SUITE(TsTimeInstant)
void tcTimeInstant()
Test Case: Empty Constructor.
void tcTimeInstant2()
Test Case: Constructor from a date and time offset.
void tcCheckOperators()
Test Case: Check operators (==, >,<, !=, -).
Test suite for the TimeInstant Class.
CPPUNIT_TEST(tcTimeInstant)
void tcToString()
It returns the time instant in the ISO textual format (YYYYMMDDTHHMMSS,fffffffff) where T is the date...
void tcGetDate()
Test Case: It returns the date associated to time instant.
void tcTimeInstant3()
Test Case: Constructor from a boost time instant type.
void tcGetTime()
Test Case:It returns the time duration associated to time instant.
void tcGetTimeInstant()
Test Case: It returns the boost time instant type.
void tcClone()
Test Case: Clone this object and return AbstractData.