getTests
const std::map<std::string, CppUnit::Test*> &getTests() const;
const vector<Test *> &getTests() const;
const std::vector<CppUnit::Test*> &tests = suite->getTests();
const std::vector<CppUnit::Test*> &tests = fSuites[*i]->getTests();
const TestMap &map = suite->getTests();
for ( vector<Test *>::const_iterator it = m_suite->getTests().begin();
it != m_suite->getTests().end();