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.
Definition at line 307 of file SundanceProblemTesting.cpp.
| void Sundance::LPTestSuite::registerTest | ( | const RCP< LPTestBase > & | test | ) |
Definition at line 311 of file SundanceProblemTesting.cpp.
References tests_.
| 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] |
Definition at line 418 of file SundanceProblemTesting.hpp.
Referenced by registerTest(), and run().
Array<Array<LPTestSpec> > Sundance::LPTestSuite::testSpecs_ [private] |
Definition at line 419 of file SundanceProblemTesting.hpp.