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

void Impala::Core::Test::TestBase::SetFailure ( String  msg  )  [inline, protected]

Definition at line 63 of file TestBase.h.

References AddReport(), and mResult.

Referenced by Impala::Core::Test::TestImage::Compare(), Impala::Core::Test::TestImage::CompareList(), Impala::Core::Test::TestImage::DoCompare(), and Impala::Core::Test::TestMatNorm2Dist::Run().

00064     {
00065         mResult = false;
00066         AddReport(msg);
00067     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:57 2011 for ImpalaSrc by  doxygen 1.5.1