PHP Class Jyxo\Beholder\Result

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

Méthodes publiques

Méthode Description
__construct ( string $status, string $description = '' ) Result constructor.
getDescription ( ) : string Returns the description.
getStatus ( ) : string Returns the test status.
getStatusMessage ( ) : string Returns the status message.
isSuccess ( ) : boolean Returns if the test was successful.

Method Details

__construct() public méthode

Result constructor.
public __construct ( string $status, string $description = '' )
$status string Result status
$description string Status description

getDescription() public méthode

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

getStatus() public méthode

Returns the test status.
public getStatus ( ) : string
Résultat string

getStatusMessage() public méthode

Returns the status message.
public getStatusMessage ( ) : string
Résultat string

isSuccess() public méthode

Returns if the test was successful.
public isSuccess ( ) : boolean
Résultat boolean