CppUnit project page FAQ CppUnit home page

AdditionalMessage.h
Go to the documentation of this file.
1 #ifndef CPPUNIT_ADDITIONALMESSAGE_H
2 #define CPPUNIT_ADDITIONALMESSAGE_H
3 
4 #include <cppunit/Message.h>
5 
6 
8 
9 
40 {
41 public:
43 
46 
50  AdditionalMessage( const std::string &detail1 );
51 
55  AdditionalMessage( const char *detail1 );
56 
60  AdditionalMessage( const Message &other );
61 
66  AdditionalMessage &operator =( const Message &other );
67 
68 private:
69 };
70 
71 
73 
74 
75 
76 #endif // CPPUNIT_ADDITIONALMESSAGE_H
Message & operator=(const Message &other)
Definition: Message.cpp:55
An additional Message for assertions.Provides a implicit constructor that takes a single string...
Definition: AdditionalMessage.h:39
Message SuperClass
Definition: AdditionalMessage.h:42
#define CPPUNIT_NS_END
Definition: Portability.h:120
#define CPPUNIT_NS_BEGIN
Definition: Portability.h:119
Message associated to an Exception.A message is composed of two items:
Definition: Message.h:38
#define CPPUNIT_API
Definition: CppUnitApi.h:27

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers