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