PHP Класс spec\PHPSpec2\Matcher\ThrowMatcher

Наследование: extends PHPSpec2\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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