PHP 클래스 mageekguy\atoum\asserters\phpFunction

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

공개 메소드들

메소드 설명
setWith ( $function )
setWithTest ( test $test )
wasCalled ( )
wasCalledWithAnyArguments ( )
wasCalledWithArguments ( )
wasCalledWithIdenticalArguments ( )
wasCalledWithoutAnyArgument ( )

보호된 메소드들

메소드 설명
adapterIsSet ( )
callIsSet ( )
setFunction ( $function )

메소드 상세

adapterIsSet() 보호된 메소드

protected adapterIsSet ( )

callIsSet() 보호된 메소드

protected callIsSet ( )

setFunction() 보호된 메소드

protected setFunction ( $function )

setWith() 공개 메소드

public setWith ( $function )

setWithTest() 공개 메소드

public setWithTest ( test $test )
$test mageekguy\atoum\test

wasCalled() 공개 메소드

public wasCalled ( )

wasCalledWithAnyArguments() 공개 메소드

wasCalledWithArguments() 공개 메소드

wasCalledWithIdenticalArguments() 공개 메소드

wasCalledWithoutAnyArgument() 공개 메소드