Orthogonal Array Library  1.0.0
Libray for generating orthogonal arrays based on Art Owen's oa library
primesTest.h
Go to the documentation of this file.
1 
21 #ifndef PRIMESTEST_H
22 #define PRIMESTEST_H
23 
24 #include "OATestClass.h"
25 #include "primes.h"
26 
27 namespace oaTest {
31  class primesTest : public OATestClass
32  {
33  void Run();
38  void testIsPrime();
39 
44  void testPrimePow();
45  };
46 }
47 
48 #endif /* PRIMESTEST_H */
49 
oaTest
Orthogonal Array Test.
Definition: COrthogonalArrayTest.cpp:23
oaTest::primesTest
A class to test the primes implementation.
Definition: primesTest.h:32
primes.h
OATestClass.h
oaTest::OATestClass
An abstract test class.
Definition: OATestClass.h:56