PHP Class PhpBench\Tests\Unit\Report\ReportManagerTest

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

Méthodes publiques

Méthode Description
setUp ( )
testGeneratorNotReturnDocument ( ) It should throw an exception if the generator does not return a Document class.
testRender ( ) It should render a report.
testRenderOutputAware ( ) Output aware generators should hvae the output set on them.

Method Details

setUp() public méthode

public setUp ( )

testGeneratorNotReturnDocument() public méthode

It should throw an exception if the generator does not return a Document class.

testRender() public méthode

It should render a report.
public testRender ( )

testRenderOutputAware() public méthode

Output aware generators should hvae the output set on them.