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
OATestClass.h File Reference
#include "OACommonDefines.h"
#include "matrix.h"
#include "TestClass.h"
#include "simpleAssert.h"

Go to the source code of this file.

Classes

class  oaTest::OATestClass
 An abstract test class. More...
 

Namespaces

 oaTest
 Orthogonal Array Test.
 

Macros

#define NUM_THREADS_USED   1
 number of threads to use in the test runner
 
#define PARALLEL_CHUNK_SIZE   1
 size of the chunks of work performed in parallel
 
#define CREATE_TEST_OA(x)    tests.push_back(std::unique_ptr<oaTest::OATestClass>(dynamic_cast<oaTest::OATestClass*>(new x())));
 Macro to create an individual test and instantiate it's class if it inherits from TestClass.h.
 

Functions

int oaTest::multiplyByTwo (int a)
 a function to multiply by two for use in a standard template as a function More...
 
int oaTest::powerOfTwo (int a)
 A function to take 2 to the power of a number. More...
 

Detailed Description

Author
Robert Carnell

License GNU General Public License (GPL v3) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.