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{
41public:
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
68private:
69};
70
71
73
74
75
76#endif // CPPUNIT_ADDITIONALMESSAGE_H
#define CPPUNIT_API
Definition CppUnitApi.h:27
#define CPPUNIT_NS_END
Definition Portability.h:106
#define CPPUNIT_NS_BEGIN
Definition Portability.h:105
An additional Message for assertions.
Definition AdditionalMessage.h:40
Message SuperClass
Definition AdditionalMessage.h:42
Message associated to an Exception.A message is composed of two items:
Definition Message.h:35
Message & operator=(const Message &other)
Definition Message.cpp:55

Send comments to:
CppUnit Developers