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

testMediaTable.h

Go to the documentation of this file.
00001 /*
00002  * testMediaTable.h
00003  *
00004  *  Created on: 6-aug-2009
00005  *      Author: dodijk
00006  */
00007 #ifndef testMediaTable_h
00008 #define testMediaTable_h
00009 
00010 #define BOOST_TEST_MODULE MediaTableTestSuite
00011 #include "boost/test/unit_test.hpp"
00012 
00013 BOOST_AUTO_TEST_SUITE( TestSuiteTest )
00014 
00015 BOOST_AUTO_TEST_CASE (TestSuiteCase) {
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 }
00025 
00026 BOOST_AUTO_TEST_SUITE_END()
00027 
00028 #include "testTableDataSource.h"
00029 #include "testTableDataSourceImageDir.h"
00030 #include "testWritableTableDataSource.h"
00031 #include "testTableDataSourceCSV.h"
00032 
00033 #include "testTableDataView.h"
00034 #include "testTableDataStore.h"
00035 
00036 #include "testTableDataSourceCombinedViews.h"
00037 
00038 #include "testOglImageCacheStore.h"
00039 #include "testImageLoader.h"
00040 
00041 #endif // testMediaTable_h

Generated on Fri Mar 19 09:30:36 2010 for ImpalaSrc by  doxygen 1.5.1