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 416 of file SundanceProblemTesting.hpp.
Definition at line 321 of file SundanceProblemTesting.cpp.
| void Sundance::LPTestSuite::registerTest | ( | const RCP< LPTestBase > & | test | ) |
Definition at line 325 of file SundanceProblemTesting.cpp.
References tests_.
| bool Sundance::LPTestSuite::run | ( | ) | const |
Definition at line 275 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 429 of file SundanceProblemTesting.hpp.
Referenced by registerTest(), and run().
Array<Array<LPTestSpec> > Sundance::LPTestSuite::testSpecs_ [private] |
Definition at line 430 of file SundanceProblemTesting.hpp.