Orthogonal Array Library
1.0.0
Libray for generating orthogonal arrays based on Art Owen's oa library
|
#include <COrthogonalArrayTest.h>
Public Member Functions | |
void | Run () |
Run a test suite for a test class derived from this class. | |
void | testAddelkemp () |
void | testAddelkempRange () |
void | testAddelkemp3 () |
void | testAddelkemp3Range () |
void | testAddelkempn () |
void | testBose () |
void | testBoseRange () |
void | testBoseBush () |
void | testBoseBushRange () |
void | testBush () |
void | testBushRange () |
void | testBoseBushl () |
void | testBoseBushlRange () |
void | testBusht () |
void | testBushtRange () |
void | testOaagree () |
void | testOatriple () |
void | testOarand () |
void | testOastr () |
void | testOastr1 () |
void | testOastr2 () |
void | testOastr3 () |
void | testOastr4 () |
void | testOastrt () |
![]() | |
virtual | ~OATestClass () |
Destructor. | |
bool | isDotProductConstant (bclib::matrix< int > A) |
Is the dot product of the columns of an orthogonal array a constant value? More... | |
void | standardChecks (bclib::matrix< int > A, int expectedq, int expectedCols) |
A set of standard tests to apply to an orthogonal array. More... | |
Test runner for tests of the orthogonal array generation package
void oaTest::COrthogonalArrayTest::testAddelkemp | ( | ) |
void oaTest::COrthogonalArrayTest::testAddelkemp3 | ( | ) |
void oaTest::COrthogonalArrayTest::testAddelkemp3Range | ( | ) |
void oaTest::COrthogonalArrayTest::testAddelkempn | ( | ) |
void oaTest::COrthogonalArrayTest::testAddelkempRange | ( | ) |
void oaTest::COrthogonalArrayTest::testBose | ( | ) |
void oaTest::COrthogonalArrayTest::testBoseBush | ( | ) |
void oaTest::COrthogonalArrayTest::testBoseBushl | ( | ) |
void oaTest::COrthogonalArrayTest::testBoseBushlRange | ( | ) |
void oaTest::COrthogonalArrayTest::testBoseBushRange | ( | ) |
void oaTest::COrthogonalArrayTest::testBoseRange | ( | ) |
void oaTest::COrthogonalArrayTest::testBush | ( | ) |
void oaTest::COrthogonalArrayTest::testBushRange | ( | ) |
void oaTest::COrthogonalArrayTest::testBusht | ( | ) |
void oaTest::COrthogonalArrayTest::testBushtRange | ( | ) |
void oaTest::COrthogonalArrayTest::testOaagree | ( | ) |
void oaTest::COrthogonalArrayTest::testOarand | ( | ) |
void oaTest::COrthogonalArrayTest::testOastr | ( | ) |
void oaTest::COrthogonalArrayTest::testOastr1 | ( | ) |
void oaTest::COrthogonalArrayTest::testOastr2 | ( | ) |
void oaTest::COrthogonalArrayTest::testOastr3 | ( | ) |
void oaTest::COrthogonalArrayTest::testOastr4 | ( | ) |
void oaTest::COrthogonalArrayTest::testOastrt | ( | ) |
void oaTest::COrthogonalArrayTest::testOatriple | ( | ) |