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
rutilsTest.h
Go to the documentation of this file.
1 
21 #ifndef RUTILSTEST_H
22 #define RUTILSTEST_H
23 
24 #include "OATestClass.h"
25 #include "rutils.h"
26 
27 namespace oaTest {
31  class rutilsTest : public OATestClass
32  {
33  void Run();
37  void testFindRanks();
41  void testUnifPerm();
42  };
43 }
44 
45 #endif /* RUTILSTEST_H */
oaTest
Orthogonal Array Test.
Definition: COrthogonalArrayTest.cpp:23
oaTest::rutilsTest
Test of utilities.
Definition: rutilsTest.h:32
rutils.h
OATestClass.h
oaTest::OATestClass
An abstract test class.
Definition: OATestClass.h:56