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 298 of file SundanceProblemTesting.hpp.
| Sundance::LPTestSuite::LPTestSuite | ( | ) |
Definition at line 249 of file SundanceProblemTesting.cpp.
| void Sundance::LPTestSuite::registerTest | ( | const RCP< LPTestBase > & | test | ) |
| bool Sundance::LPTestSuite::run | ( | ) | const |
Definition at line 203 of file SundanceProblemTesting.cpp.
References Sundance::Out::root(), and tests_.
Referenced by main().
Array<RCP<LPTestBase> > Sundance::LPTestSuite::tests_ [private] |
Definition at line 311 of file SundanceProblemTesting.hpp.
Referenced by registerTest(), and run().
Array<Array<LPTestSpec> > Sundance::LPTestSuite::testSpecs_ [private] |
Definition at line 312 of file SundanceProblemTesting.hpp.