testCentralConfigNoSeverity.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 #include <utl/ErrorLogger.h>
16 
17 #include <fwk/CentralConfig.h>
18 #include <utl/Reader.h>
19 #include <fwk/RunController.h>
20 
21 #include <cppunit/extensions/HelperMacros.h>
22 #include <tst/Verify.h>
23 
24 using namespace std;
25 using namespace utl;
26 using namespace tst;
27 using namespace fwk;
28 
29 
30 class CentralConfigTest : public CppUnit::TestFixture {
31 
32  CPPUNIT_TEST_SUITE(CentralConfigTest);
33  CPPUNIT_TEST(testSeverity);
34  CPPUNIT_TEST_SUITE_END();
35 
36 public:
37  void setUp() { }
38 
39  void tearDown() { }
40 
41  void
43  {
44  CPPUNIT_ASSERT(Verify<Equal>(utl::ErrorLogger::GetInstance().GetMinSeverity(),
46  }
47 
48 };
49 
General (informational) message.
Definition: ErrorLogger.h:43
CPPUNIT_TEST_SUITE_REGISTRATION(testAiresShowerFile)
static ErrorLogger & GetInstance()
Definition: Singleton.h:128

, generated on Tue Sep 26 2023.