StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StppAnaParsTest.hh
1 // Copyright (C) 2008 Tai Sakuma <sakuma@mit.edu>
2 #ifndef STPPANAPARSTEST_HH
3 #define STPPANAPARSTEST_HH
4 
5 #include <cppunit/extensions/HelperMacros.h>
6 
7 class StppAnaParsTest : public CPPUNIT_NS::TestFixture
8 {
9  CPPUNIT_TEST_SUITE( StppAnaParsTest );
10  CPPUNIT_TEST( testDefaultValues );
11  CPPUNIT_TEST_SUITE_END();
12 
13 public:
14  void setUp();
15  void tearDown();
16 
17  void testDefaultValues();
18 
19 private:
20 
21 };
22 
23 #endif // STPPANAPARSTEST_HH