testREvent.cc
Go to the documentation of this file.
1 
9 #include <cppunit/extensions/HelperMacros.h>
10 
11 #include <REvent/testREventImpl.h>
12 
13 using namespace std;
14 class testREvent : public CppUnit::TestFixture {
15 
16  CPPUNIT_TEST_SUITE(testREvent);
17  CPPUNIT_TEST(testHeader);
18  CPPUNIT_TEST_SUITE_END();
19 
21 
22 public:
23  void setUp() { fTestImpl.setUp(); }
24  void tearDown() { fTestImpl.tearDown(); }
25  void testHeader() { fTestImpl.testHeader(); }
26 };
27 
28 
30 
31 
32 // Configure (x)emacs for this file ...
33 // Local Variables:
34 // mode: c++
35 // compile-command: "make -C .. -k testSEvent"
36 // End:
CPPUNIT_TEST_SUITE_REGISTRATION(testAiresShowerFile)
void tearDown()
Definition: testREvent.cc:24
testREventImpl fTestImpl
Definition: testREvent.cc:20
void testHeader()
Definition: testREvent.cc:25
void setUp()
Definition: testREvent.cc:23

, generated on Tue Sep 26 2023.