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

void Impala::Core::Training::Tester::Test ( bool  passed,
String  testname 
) [inline, private]

Definition at line 256 of file Tester.h.

References ILOG_INFO, ILOG_WARNING, and mFails.

00257     {
00258         if(passed)
00259         {
00260             ILOG_INFO("passed " << testname);
00261         }
00262         else
00263         {
00264             ++mFails;
00265             ILOG_WARNING("*** FAILED *** " << testname);
00266         }
00267     }


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