PHP Class PhpBench\Tests\Unit\Report\ReportManagerTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: dantleech/phpbench

Public Methods

Method 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 method

public setUp ( )

testGeneratorNotReturnDocument() public method

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

testRender() public method

It should render a report.
public testRender ( )

testRenderOutputAware() public method

Output aware generators should hvae the output set on them.