~blep/cppunit2/cpptl-integration

« back to all changes in this revision

Viewing changes to include/cpput/testinfo.h

  • Committer: Baptiste Lepilleur
  • Date: 2009-08-27 17:50:15 UTC
  • mfrom: (467.1.2 cpptl-integration)
  • Revision ID: blep@users.sourceforge.net-20090827175015-op04km4ev3b2x0f5
sync.

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
      void appendMessages( const CppUT::Message &message );
191
191
      void appendMessage( const std::string &message );
192
192
 
193
 
      void compose( const CheckerResult &other );
 
193
      void compose( const std::string &name, 
 
194
                    const CheckerResult &other );
194
195
 
195
196
      /// Sets the "name" of the predicate being tested
196
197
      /// Example: "actual == expected"