Orthogonal Array Library  1.0.0
Libray for generating orthogonal arrays based on Art Owen's oa library
All Classes Namespaces Files Functions Variables Typedefs Macros Pages
runifTest.h
Go to the documentation of this file.
1 
21 #ifndef RUNIFTEST_H
22 #define RUNIFTEST_H
23 
24 #include "OATestClass.h"
25 #include "runif.h"
26 
27 namespace oaTest
28 {
32  class runifTest : public OATestClass
33  {
37  void Run();
41  void testSeed();
45  void testRunif();
46  /*
47  * @test Test the oacpp::RUnif::mod function
48  */
49  void testMod();
50  };
51 }
52 
53 
54 #endif /* RUNIFTEST_H */
55 
runif.h
oaTest
Orthogonal Array Test.
Definition: COrthogonalArrayTest.cpp:23
oaTest::runifTest
Class to test the runif methods.
Definition: runifTest.h:33
OATestClass.h
oaTest::OATestClass
An abstract test class.
Definition: OATestClass.h:56