testGaisserHillas4Parameter.h
Go to the documentation of this file.
1 #ifndef _tst_testGaisserHillas4Parameter_h_
2 #define _tst_testGaisserHillas4Parameter_h_
3 
10 #include <cppunit/extensions/HelperMacros.h>
11 #include <utl/AugerException.h>
12 
13 
14 class testGaisserHillas4Parameter : public CppUnit::TestFixture {
15 
22 
23 public:
24  void setUp() { }
25  void tearDown() { }
28  void CheckWrongSetterWidth();
30 
31 };
32 
33 
35 
36 
37 #endif
CPPUNIT_TEST_SUITE(testGaisserHillas4Parameter)
CPPUNIT_TEST_EXCEPTION(CheckWrongSetterWidth, utl::DoesNotComputeException)
CPPUNIT_TEST_SUITE_REGISTRATION(testAiresShowerFile)
Base class for inconsistency/illogicality exceptions.
CPPUNIT_TEST(CheckClassicToWidthConversion)

, generated on Tue Sep 26 2023.