~cppunit2/cppunit2/monitor

« back to all changes in this revision

Viewing changes to include/cpput/lighttestrunner.h

  • Committer: Teho
  • Date: 2009-08-17 20:48:08 UTC
  • mfrom: (467.1.6 essence)
  • Revision ID: teho@microtux-20090817204808-013fs2dpae22imub
mergedĀ fromĀ essence

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
      void runTestCase( const TestMeta &testCase );
34
34
      CppTL::ConstString getTestPath() const;
35
35
      void reportFailure( const Assertion &failure );
 
36
      void reportFailureDetail( const Json::Value &detail, 
 
37
                                const std::string &detailName,
 
38
                                int nestingLevel = 0);
36
39
      void reportLog( const Json::Value &log );
37
40
 
38
41
      struct ResultElement