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

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

00001 
00009  #ifndef ORG_PROGGEN_DEDUPE_TEST_TESTFILESEARCH_H
00010 #define ORG_PROGGEN_DEDUPE_TEST_TESTFILESEARCH_H
00011 
00012 #include <boost/test/unit_test.hpp>
00013 
00014 #include "testenvironment.h"
00015 
00016 namespace Dedupe
00017 {
00018   namespace Test
00019   {
00020     class TFileInfoFixture
00021     {
00022       public:
00023       TFileInfoFixture();
00024       virtual ~TFileInfoFixture();
00025       Dedupe::Test::TestEnvironment Env;
00026       Dedupe::FilePath PathToTestfiles;
00027     };
00028   }
00029 }
00030 
00031 
00032 #endif

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