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

BOOST_AUTO_TEST_CASE ( TestSuiteCase   ) 

Definition at line 15 of file testMediaTable.h.

00015                                      {
00016     BOOST_TEST_MESSAGE( "So this is TestCase1");
00017         std::string str = "b";
00018     BOOST_TEST_CHECKPOINT( "str=" << str );
00019     BOOST_REQUIRE_EQUAL(str, "b");
00020     BOOST_TEST_PASSPOINT();
00021 
00022     unsigned long long tl;
00023     BOOST_CHECK_EQUAL(sizeof(tl), 8);
00024 }


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