PHP Class PhpBench\Tests\Unit\Report\Renderer\XsltRendererTest

Inheritance: extends AbstractRendererCase
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode Description
clean ( )
setUp ( )
tearDown ( )
testOutputSpecific ( ) It should output to a specific file.
testRender ( ) It should render an XSLT report to a file.
testRenderNotExistingTemplate ( ) It should throw an exception if the XSLT template does not exist.
testRenderTemplate ( ) It should renderer the report using a specific template.
testRenderTemplateEmptyFilename ( ) It should echo to STDOUT if no filename is provided.
testRenderTemplateReportNameToken ( ) It should replace the %report_name% token with the report name,.

Méthodes protégées

Méthode Description
getRenderer ( )

Method Details

clean() public méthode

public clean ( )

getRenderer() protected méthode

protected getRenderer ( )

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testOutputSpecific() public méthode

It should output to a specific file.
public testOutputSpecific ( )

testRender() public méthode

It should render an XSLT report to a file.
public testRender ( )

testRenderNotExistingTemplate() public méthode

It should throw an exception if the XSLT template does not exist.

testRenderTemplate() public méthode

It should renderer the report using a specific template.
public testRenderTemplate ( )

testRenderTemplateEmptyFilename() public méthode

It should echo to STDOUT if no filename is provided.

testRenderTemplateReportNameToken() public méthode

It should replace the %report_name% token with the report name,.