org::xmlBlaster::test::TestTimestamp Class Reference

Collaboration diagram for org::xmlBlaster::test::TestTimestamp:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TestTimestamp (string name)
void setUp (int args=0, char *argc[]=0)
void testTimestamp ()
 The following should be tested:
  • all timestamps are different from eachother
  • timestamps are created in increasing order.

void tearDown ()

Detailed Description

Definition at line 23 of file TestTimestamp.cpp.


Constructor & Destructor Documentation

org::xmlBlaster::test::TestTimestamp::TestTimestamp ( string  name  ) 

Definition at line 30 of file TestTimestamp.cpp.


Member Function Documentation

void org::xmlBlaster::test::TestTimestamp::setUp ( int  args = 0,
char *  argc[] = 0 
)

Definition at line 33 of file TestTimestamp.cpp.

Referenced by main().

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 (  ) 

Definition at line 64 of file TestTimestamp.cpp.

Referenced by main().


The documentation for this class was generated from the following file: