testShower.cc
Go to the documentation of this file.
1 
7 #include <cppunit/extensions/HelperMacros.h>
9 #include <utl/AugerException.h>
10 
11 class testShower : public CppUnit::TestFixture {
12 
14 
19 
21 
22 private:
24 
25 public:
26  void setUp() { fTestImpl.setUp(); }
27  void tearDown() { fTestImpl.tearDown(); }
32 
33 };
34 
35 
CPPUNIT_TEST_SUITE(testShower)
Base class for all exceptions used in the auger offline code.
void testShowerRecData()
void testShowerSimData()
CPPUNIT_TEST(testShowerRecData)
CPPUNIT_TEST_SUITE_REGISTRATION(testAiresShowerFile)
void testShowerSimDataNoGeometry()
void testShowerSimDataRotated()
Definition: testShower.cc:30
void testShowerRecData()
Definition: testShower.cc:28
CPPUNIT_TEST_EXCEPTION(testShowerSimDataNoGeometry, utl::AugerException)
void setUp()
Definition: testShower.cc:26
testShowerImpl fTestImpl
Definition: testShower.cc:23
void testShowerSimData()
Definition: testShower.cc:29
void tearDown()
Definition: testShower.cc:27
void testShowerSimDataNoGeometry()
Definition: testShower.cc:31
void testShowerSimDataRotated()
CPPUNIT_TEST_SUITE_END()

, generated on Tue Sep 26 2023.