• Main Page
  • Namespaces
  • Data Structures
  • Files
  • File List

/www/proggenOrg/dedupe/export/trunk/test/unittest/testsqlitewrapper.h

Go to the documentation of this file.
00001 
00008 #ifndef ORG_PROGGEN_DEDUPE_TEST_TESTDATAHOLDING_TESTSQLITEWRAPPER_H
00009 #define ORG_PROGGEN_DEDUPE_TEST_TESTDATAHOLDING_TESTSQLITEWRAPPER_H
00010 
00011 #include <boost/test/unit_test.hpp>
00012 #include <sqlitewrapper.h>
00013 
00014 namespace Dedupe
00015 {
00019   namespace Test
00020   {
00024     class TSqliteWrapperFixture
00025     {
00026       public:
00027       TSqliteWrapperFixture();
00028       virtual ~TSqliteWrapperFixture(){}
00029 
00030       Dedupe::Dataholding::SqliteWrapper Wrapper;
00031     };
00032   }
00033 }
00034 
00035 #endif

Generated on Mon Mar 11 2013 12:04:52 for Dedupe by  doxygen 1.7.1