PHP Class PHPUnit_Framework_ExpectationFailedException, qcodo
The exception contains the error message and optionally a
PHPUnit_Framework_ComparisonFailure which is used to
generate diff output of the failed expectations.
Afficher le fichier
Open project: qcodo/qcodo
Class Usage Examples
Protected Properties
Méthodes publiques
Method Details
__construct()
public méthode
public __construct ( $description, PHPUnit_Framework_ComparisonFailure $comparisonFailure = NULL, $message = '' ) |
$comparisonFailure |
PHPUnit_Framework_ComparisonFailure |
|
getComparisonFailure()
public méthode
public getComparisonFailure ( ) : PHPUnit_Framework_ComparisonFailure |
Résultat |
PHPUnit_Framework_ComparisonFailure |
|
getCustomMessage()
public méthode
getDescription()
public méthode
setCustomMessage()
public méthode
Property Details
$comparisonFailure protected_oe property
protected PHPUnit_Framework_ComparisonFailure $comparisonFailure |
Résultat |
PHPUnit_Framework_ComparisonFailure |
|
$customMessage protected_oe property
protected string $customMessage |
Résultat |
string |
|
$description protected_oe property
protected string $description |
Résultat |
string |
|