PHP Class Jyxo\Beholder\TestCase

Author: Jan Matoušek
Author: Jaroslav Hanslík
显示文件 Open project: jyxo/php Class Usage Examples

Public Methods

Method Description
__construct ( string $description ) Constructor.
getDescription ( ) : string Returns the description.
run ( ) : Result Performs the test.

Method Details

__construct() public method

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

getDescription() public method

Returns the description.
public getDescription ( ) : string
return string

run() abstract public method

Performs the test.
abstract public run ( ) : Result
return Result