runTests
virtual int runTests() const;
m_stream << "Run: " << m_result->runTests() << " "
m_stream << "OK (" << m_result->runTests() << ")"
m_stream << endl << "OK (" << m_result->runTests () << " tests)"
m_stream << "Run: " << m_result->runTests()
stream << endl << "OK (" << runTests () << " tests)"
stream << "Run: " << runTests()
statisticsNode->addNode( new Node( "Tests", m_result->runTests() ) );