PHP 클래스 spec\PhpSpec\Wrapper\Subject\Expectation\ConstructorDecoratorSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: phpspec/phpspec

공개 메소드들

메소드 설명
it_ignores_any_other_exception ( Subject $subject, WrappedObject $wrapped )
it_rethrows_fracture_errors_as_phpspec_error_exceptions ( Subject $subject, WrappedObject $wrapped )
it_rethrows_php_errors_as_phpspec_error_exceptions ( Subject $subject, WrappedObject $wrapped )
let ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )

메소드 상세

it_ignores_any_other_exception() 공개 메소드

public it_ignores_any_other_exception ( Subject $subject, WrappedObject $wrapped )
$subject PhpSpec\Wrapper\Subject
$wrapped PhpSpec\Wrapper\Subject\WrappedObject

it_rethrows_fracture_errors_as_phpspec_error_exceptions() 공개 메소드

public it_rethrows_fracture_errors_as_phpspec_error_exceptions ( Subject $subject, WrappedObject $wrapped )
$subject PhpSpec\Wrapper\Subject
$wrapped PhpSpec\Wrapper\Subject\WrappedObject

it_rethrows_php_errors_as_phpspec_error_exceptions() 공개 메소드

public it_rethrows_php_errors_as_phpspec_error_exceptions ( Subject $subject, WrappedObject $wrapped )
$subject PhpSpec\Wrapper\Subject
$wrapped PhpSpec\Wrapper\Subject\WrappedObject

let() 공개 메소드

public let ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation