00001
00002 #include "StPythiaFourPMakerTest.hh"
00003
00004 #include <StPythiaFourPMaker.h>
00005
00006 using namespace std;
00007
00008
00009 CPPUNIT_TEST_SUITE_REGISTRATION( StPythiaFourPMakerTest );
00010
00011 void StPythiaFourPMakerTest::setUp()
00012 {
00013
00014 }
00015
00016 void StPythiaFourPMakerTest::tearDown()
00017 {
00018
00019 }
00020
00021 void StPythiaFourPMakerTest::testMake()
00022 {
00023 StPythiaFourPMaker* maker = new StPythiaFourPMaker("StPythiaFourPMaker", 0, 0);
00024
00025
00026
00027 delete maker;
00028 }