PHP 클래스 mageekguy\atoum\asserters\mock

상속: extends mageekguy\atoum\asserter
파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

공개 메소드들

메소드 설명
receive ( $function )
setWith ( $mock )
wasCalled ( $failMessage = null )
wasNotCalled ( $failMessage = null )

보호된 메소드들

메소드 설명
adapterIsSet ( )
callIsSet ( )

메소드 상세

adapterIsSet() 보호된 메소드

protected adapterIsSet ( )

callIsSet() 보호된 메소드

protected callIsSet ( )

receive() 공개 메소드

public receive ( $function )

setWith() 공개 메소드

public setWith ( $mock )

wasCalled() 공개 메소드

public wasCalled ( $failMessage = null )

wasNotCalled() 공개 메소드

public wasNotCalled ( $failMessage = null )