PHP Class PhpBench\Tests\Unit\Report\Generator\Table\RowTest

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

Méthodes publiques

Méthode Description
testGet ( ) It should return a given key.
testGetNotExisting ( ) It should throw an exception if a non-existing offset is requested.
testMerge ( ) It should merge a given array and return a new instance with the merged data.
testNames ( ) It should return the names.

Method Details

testGet() public méthode

It should return a given key.
public testGet ( )

testGetNotExisting() public méthode

It should throw an exception if a non-existing offset is requested.
public testGetNotExisting ( )

testMerge() public méthode

It should merge a given array and return a new instance with the merged data.
public testMerge ( )

testNames() public méthode

It should return the names.
public testNames ( )