PHP 클래스 spec\Prophecy\Prediction\NoCallsPredictionSpec

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

공개 메소드들

메소드 설명
it_does_nothing_if_there_is_no_calls_made ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method )
it_is_prediction ( )
it_throws_UnexpectedCallsException_if_calls_found ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method, Prophecy\Call\Call $call, Prophecy\Argument\ArgumentsWildcard $arguments )

메소드 상세

it_does_nothing_if_there_is_no_calls_made() 공개 메소드

public it_does_nothing_if_there_is_no_calls_made ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method )
$object Prophecy\Prophecy\ObjectProphecy
$method Prophecy\Prophecy\MethodProphecy

it_is_prediction() 공개 메소드

public it_is_prediction ( )

it_throws_UnexpectedCallsException_if_calls_found() 공개 메소드

public it_throws_UnexpectedCallsException_if_calls_found ( Prophecy\Prophecy\ObjectProphecy $object, Prophecy\Prophecy\MethodProphecy $method, Prophecy\Call\Call $call, Prophecy\Argument\ArgumentsWildcard $arguments )
$object Prophecy\Prophecy\ObjectProphecy
$method Prophecy\Prophecy\MethodProphecy
$call Prophecy\Call\Call
$arguments Prophecy\Argument\ArgumentsWildcard