StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StJetMaker
test
StjTreeIndexListCreatorTest.hh
1
// Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
2
#ifndef STJTREEINDEXLISTCREATORTEST_HH
3
#define STJTREEINDEXLISTCREATORTEST_HH
4
5
#include <cppunit/extensions/HelperMacros.h>
6
7
class
StjTreeIndexListCreatorTest
:
public
CPPUNIT_NS::TestFixture
8
{
9
CPPUNIT_TEST_SUITE(
StjTreeIndexListCreatorTest
);
10
CPPUNIT_TEST( testOne );
11
CPPUNIT_TEST_SUITE_END();
12
13
public
:
14
void
setUp();
15
void
tearDown();
16
17
void
testOne();
18
19
private
:
20
21
TDirectory *setupTestTDirecotry();
22
23
StjTreeIndexList createExpectedList();
24
25
};
26
27
#endif // STJTREEINDEXLISTCREATORTEST_HH
StjTreeIndexListCreatorTest
Definition:
StjTreeIndexListCreatorTest.hh:7
Generated by
1.8.5