PHP Class Jyxo\Beholder\TestCase

Author: Jan Matoušek
Author: Jaroslav Hanslík
Afficher le fichier Open project: jyxo/php Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

getDescription() public méthode

Returns the description.
public getDescription ( ) : string
Résultat string

run() abstract public méthode

Performs the test.
abstract public run ( ) : Result
Résultat Result