Lines Matching refs:render
181 … throw new Exception('Cannot render ' . $name . ' line ' . $line . ', opening XML failed');
226 function render(SourceFile $source, $istest = false)
230 throw new Exception('Cannot render ' . $source->name() . ', opening XML failed');
314 throw new Exception('Cannot render test summary, opening XML failed');
388 throw new Exception('Cannot render tests summary, opening XML failed');
428 throw new Exception('Cannot render test ' . $reltest . ' coverage, opening XML failed');
448 $this->render($source, $reltest);
620 function render($toPath)
682 function render(AbstractSourceDecorator $decorator = null)
687 return $decorator->render($this);
902 function render($toPath)
1589 function render(AbstractSourceDecorator $decorator = null)
1594 return $decorator->render($this, $this->testname);