PHP 클래스 PhpBench\Tests\Unit\Report\Generator\Table\RowTest

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

공개 메소드들

메소드 설명
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 ( )