ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/test/math/RandNumGenTestCase.hpp
Revision: 2073
Committed: Tue Mar 1 23:17:05 2005 UTC (19 years, 4 months ago) by tim
File size: 560 byte(s)
Log Message:
fixed compilation problem

File Contents

# User Rev Content
1 tim 2073 #ifndef TEST_OOPSERANDNUMGENTESTCASE_HPP
2     #define TEST_OOPSERANDNUMGENTESTCASE_HPP
3    
4     #include <cppunit/extensions/HelperMacros.h>
5     #include "math/ParallelRandNumGen.hpp"
6    
7    
8    
9     class RandNumGenTestCase : public CPPUNIT_NS::TestFixture {
10     CPPUNIT_TEST_SUITE( RandNumGenTestCase );
11     CPPUNIT_TEST(testUniform);
12     CPPUNIT_TEST(testGaussian);
13     CPPUNIT_TEST(testMPIRNG);
14    
15     CPPUNIT_TEST_SUITE_END();
16    
17     public:
18    
19     void testUniform();
20    
21     void testGaussian();
22    
23     void testMPIRNG();
24    
25    
26     };
27    
28    
29     #endif //TEST_POLYNOMIALTESTCASE_HPP
30    
31    
32    

Properties

Name Value
svn:executable *