Public Member Functions | |
| LPTestSuite () | |
| void | registerTest (const RCP< LPTestBase > &test) |
| bool | run () const |
Private Attributes | |
| Array< RCP< LPTestBase > > | tests_ |
| Array< Array< LPTestSpec > > | testSpecs_ |
Definition at line 405 of file SundanceProblemTesting.hpp.
| Sundance::LPTestSuite::LPTestSuite | ( | ) |
Definition at line 307 of file SundanceProblemTesting.cpp.
| void Sundance::LPTestSuite::registerTest | ( | const RCP< LPTestBase > & | test | ) |
| bool Sundance::LPTestSuite::run | ( | ) | const |
Definition at line 261 of file SundanceProblemTesting.cpp.
References Playa::MPIComm::getNProc(), Playa::Out::root(), tests_, and Playa::MPIComm::world().
Array<RCP<LPTestBase> > Sundance::LPTestSuite::tests_ [private] |
Array<Array<LPTestSpec> > Sundance::LPTestSuite::testSpecs_ [private] |
Definition at line 419 of file SundanceProblemTesting.hpp.