Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Core::Training::Tester::Report (  )  [inline]

Definition at line 71 of file Tester.h.

References ILOG_INFO, ILOG_WARNING, and mFails.

Referenced by Test(), and TestMpi().

00072     {
00073         if(mFails == 0)
00074         {
00075             ILOG_INFO("\n\n\nall tests passed.\n");
00076         }
00077         else
00078         {
00079             if(mFails == 1)
00080             {
00081                 ILOG_WARNING("\n\n\n*** 1 test failed! ***\n");
00082             }
00083             else
00084                 ILOG_WARNING("\n\n\n*** " << mFails << " tests failed! ***\n");
00085         }
00086     }


Generated on Fri Mar 19 11:24:13 2010 for ImpalaSrc by  doxygen 1.5.1