

Public Member Functions | |
| TestTimestamp (string name) | |
| void | setUp (int args=0, char *argc[]=0) |
| void | testTimestamp () |
The following should be tested:
| |
| void | tearDown () |
Definition at line 23 of file TestTimestamp.cpp.
| org::xmlBlaster::test::TestTimestamp::TestTimestamp | ( | string | name | ) |
Definition at line 30 of file TestTimestamp.cpp.
| void org::xmlBlaster::test::TestTimestamp::setUp | ( | int | args = 0, |
|
| char * | argc[] = 0 | |||
| ) |
| void org::xmlBlaster::test::TestTimestamp::testTimestamp | ( | ) |
The following should be tested:
Definition at line 45 of file TestTimestamp.cpp.
References org::xmlBlaster::util::TimestampFactory::getInstance, org::xmlBlaster::util::TimestampFactory::getTimestamp(), and org::xmlBlaster::util::lexical_cast().
Referenced by main().
| void org::xmlBlaster::test::TestTimestamp::tearDown | ( | ) |