PHP 클래스 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.
파일 보기
프로젝트 열기: qcodo/qcodo
1 사용 예제들
보호된 프로퍼티들
공개 메소드들
메소드 상세
public __construct ( $description, PHPUnit_Framework_ComparisonFailure $comparisonFailure = NULL, $message = '' ) |
$comparisonFailure |
PHPUnit_Framework_ComparisonFailure |
|
getComparisonFailure()
공개 메소드
public getComparisonFailure ( ) : PHPUnit_Framework_ComparisonFailure |
리턴 |
PHPUnit_Framework_ComparisonFailure |
|
getCustomMessage()
공개 메소드
setCustomMessage()
공개 메소드
프로퍼티 상세
$comparisonFailure 보호되어 있는 프로퍼티
protected PHPUnit_Framework_ComparisonFailure $comparisonFailure |
리턴 |
PHPUnit_Framework_ComparisonFailure |
|
$customMessage 보호되어 있는 프로퍼티
protected string $customMessage |
리턴 |
string |
|
$description 보호되어 있는 프로퍼티
protected string $description |
리턴 |
string |
|