ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/test/math/RandNumGenTestCase.hpp
Revision: 1465
Committed: Fri Jul 9 23:08:25 2010 UTC (14 years, 9 months ago) by chuckv
File size: 517 byte(s)
Log Message:
Creating busticated version of OpenMD

File Contents

# Content
1 #ifndef TEST_RANDNUMGENTESTCASE_HPP
2 #define TEST_RANDNUMGENTESTCASE_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

Properties

Name Value
svn:executable *