PHP 클래스 PhpBench\Tests\Unit\Report\Renderer\XsltRendererTest

상속: extends AbstractRendererCase
파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
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,.

보호된 메소드들

메소드 설명
getRenderer ( )

메소드 상세

clean() 공개 메소드

public clean ( )

getRenderer() 보호된 메소드

protected getRenderer ( )

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testOutputSpecific() 공개 메소드

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

testRender() 공개 메소드

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

testRenderNotExistingTemplate() 공개 메소드

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

testRenderTemplate() 공개 메소드

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

testRenderTemplateEmptyFilename() 공개 메소드

It should echo to STDOUT if no filename is provided.

testRenderTemplateReportNameToken() 공개 메소드

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