PHP 클래스 PhpBench\Tests\Unit\Formatter\FormatRegistryTest

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

공개 메소드들

메소드 설명
setUp ( )
testRegisterExisting ( ) It should throw an exception if an attempt is made to add a duplicate format.
testRegisterRetrieve ( ) It should register and retrieve formats.
testUnknownFormatter ( ) It should throw an exception if an unknown formatter is requiested.

메소드 상세

setUp() 공개 메소드

public setUp ( )

testRegisterExisting() 공개 메소드

It should throw an exception if an attempt is made to add a duplicate format.

testRegisterRetrieve() 공개 메소드

It should register and retrieve formats.

testUnknownFormatter() 공개 메소드

It should throw an exception if an unknown formatter is requiested.