CppUnit project page FAQ

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

Send comments to:
CppUnit Developers