testArtificialShowerFileParticleIterator.cc
Go to the documentation of this file.
1 #include <io/ArtificialShowerFileParticleIterator.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 using namespace io;
5 using namespace utl;
6 
7 
8 class testArtificialShowerFileParticleIterator : public CppUnit::TestFixture {
9 
10  CPPUNIT_TEST_SUITE(testArtificialShowerFileParticleIterator);
11  CPPUNIT_TEST_SUITE_END();
12 
13 public:
14  // shared data for tests
15 
17 
18  void
20  {
22  }
23 
24  void
26  {
27  delete p;
28  }
29 
30 
31 };
32 
33 
CPPUNIT_TEST_SUITE_REGISTRATION(testAiresShowerFile)

, generated on Tue Sep 26 2023.