PHP Класс PhpBench\Tests\Unit\Report\Generator\Table\RowTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

testGet() публичный Метод

It should return a given key.
public testGet ( )

testGetNotExisting() публичный Метод

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

testMerge() публичный Метод

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

testNames() публичный Метод

It should return the names.
public testNames ( )