PHP 클래스 spec\PHPSpec2\Matcher\ThrowMatcher

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

공개 메소드들

메소드 설명
it_can_specify_a_method_during_which_an_exception_should_be_throw ( Prophet $subject )
it_can_specify_a_method_during_which_an_exception_should_not_be_throw ( Prophet $subject )
it_supports_the_throw_alias_for_object_and_exception_name ( )
let ( PHPSpec2\Wrapper\ArgumentsUnwrapper $unwrapper, PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )

메소드 상세

it_can_specify_a_method_during_which_an_exception_should_be_throw() 공개 메소드

public it_can_specify_a_method_during_which_an_exception_should_be_throw ( Prophet $subject )
$subject Prophet mock of stdClass

it_can_specify_a_method_during_which_an_exception_should_not_be_throw() 공개 메소드

public it_can_specify_a_method_during_which_an_exception_should_not_be_throw ( Prophet $subject )
$subject Prophet mock of stdClass

it_supports_the_throw_alias_for_object_and_exception_name() 공개 메소드

let() 공개 메소드

public let ( PHPSpec2\Wrapper\ArgumentsUnwrapper $unwrapper, PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )
$unwrapper PHPSpec2\Wrapper\ArgumentsUnwrapper
$presenter PHPSpec2\Formatter\Presenter\PresenterInterface