PHP 클래스 Jyxo\Beholder\TestCase

저자: Jan Matoušek
저자: Jaroslav Hanslík
파일 보기 프로젝트 열기: jyxo/php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $description ) Constructor.
getDescription ( ) : string Returns the description.
run ( ) : Result Performs the test.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $description )
$description string Short description

getDescription() 공개 메소드

Returns the description.
public getDescription ( ) : string
리턴 string

run() 추상적인 공개 메소드

Performs the test.
abstract public run ( ) : Result
리턴 Result