testCentralConfigNoMd5.cc
Go to the documentation of this file.
1 
9 #include <string>
10 #include <iostream>
11 #include <list>
12 
13 #include <utl/AugerException.h>
14 #include <utl/AugerUnits.h>
15 
16 #include <fwk/CentralConfig.h>
17 #include <utl/Reader.h>
18 
19 #include <cppunit/extensions/HelperMacros.h>
20 
21 using namespace std;
22 using namespace utl;
23 using namespace fwk;
24 
25 
26 class CentralConfigTest : public CppUnit::TestFixture {
27 
28  CPPUNIT_TEST_SUITE(CentralConfigTest);
29  CPPUNIT_TEST(testNoFingerprint); // no exception thrown in this case
30  CPPUNIT_TEST_SUITE_END();
31 
32 public:
33 
34  void setUp() { }
35 
36  void tearDown() { }
37 
39  {
40  CentralConfig::GetInstance(BOOTSTRAPFILE, false);
41  }
42 
43 };
44 
CPPUNIT_TEST_SUITE_REGISTRATION(testAiresShowerFile)

, generated on Tue Sep 26 2023.