function run($root_node, $path = '/')
 {
     require_once dirname(__FILE__) . '/../simpletest.inc.php';
     self::$current = $this;
     $this->_startStats();
     $this->_startCoverage();
     $res = $this->_doRun($root_node, $path);
     $this->_endCoverage();
     return $res;
 }