ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/test/math/RandNumGenTestCase.hpp
Revision: 1390
Committed: Wed Nov 25 20:02:06 2009 UTC (15 years, 5 months ago) by gezelter
Original Path: trunk/test/math/RandNumGenTestCase.hpp
File size: 517 byte(s)
Log Message:
Almost all of the changes necessary to create OpenMD out of our old
project (OOPSE-4)

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 *