testMEvent.cc
Go to the documentation of this file.
1 
9 #include <cppunit/extensions/HelperMacros.h>
10 
11 #include <MEvent/testMEventImpl.h>
12 
13 using namespace std;
14 
15 
16 class testMEvent : public CppUnit::TestFixture {
17 
18  CPPUNIT_TEST_SUITE(testMEvent);
19  CPPUNIT_TEST(testHeader);
20  CPPUNIT_TEST_SUITE_END();
21 
23 
24 public:
25  void setUp() { fTestImpl.setUp(); }
26  void tearDown() { fTestImpl.tearDown(); }
27  void testHeader() { fTestImpl.testHeader(); }
28 
29 };
30 
31 
void tearDown()
Definition: testMEvent.cc:26
void testHeader()
Definition: testMEvent.cc:27
CPPUNIT_TEST_SUITE_REGISTRATION(testAiresShowerFile)
void setUp()
Definition: testMEvent.cc:25
testMEventImpl fTestImpl
Definition: testMEvent.cc:22

, generated on Tue Sep 26 2023.